diff options
author | rexim <reximkut@gmail.com> | 2024-03-12 02:41:47 +0700 |
---|---|---|
committer | rexim <reximkut@gmail.com> | 2024-03-12 02:41:47 +0700 |
commit | 29b677f52d6f927885357594a6a3ef8e1b027de0 (patch) | |
tree | 1d302dce99681ebfc14824dddfbaf04866b051a6 /build.sh | |
parent | 01eb4b71cf8b08ac99d46bc7d726f5ccd66a99fa (diff) |
Fix blinking of the counter and health bar on Shrek
Diffstat (limited to 'build.sh')
-rwxr-xr-x | build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,7 +2,7 @@ set -xe -gnatmake -Wall game.adb -largs -L./raylib/raylib-5.0_linux_amd64/lib/ -l:libraylib.a -lm +gnatmake -Wall -Wextra game.adb -largs -L./raylib/raylib-5.0_linux_amd64/lib/ -l:libraylib.a -lm ./game # gnatmake -gnat2022 test.adb |