Skip to content

Commit

Permalink
Downgrade SDL2 to Fix Text Input Problem
Browse files Browse the repository at this point in the history
  • Loading branch information
bilgincoskun committed Aug 23, 2022
1 parent be68246 commit 09ae425
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/setup_project.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ mkdir -p "$tmp_dir"
cd "$tmp_dir"
game_folder="game_files"

SDL2_VER=2.24.0
SDL2_VER=2.0.22
SDL2_TTF_VER=2.20.1

echo "Downloading SDL2"
Expand Down

0 comments on commit 09ae425

Please sign in to comment.