Skip to content

Commit

Permalink
update ndk version
Browse files Browse the repository at this point in the history
  • Loading branch information
julesgrc0 committed May 27, 2024
1 parent dc75d0e commit ab196f5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions android/app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,6 @@ android {
includeInApk = false
includeInBundle = false
}
ndkVersion = "26.2.11394342"
buildToolsVersion = "35.0.0 rc1"
ndkVersion = "26.2.11394342" // "27.0.11718014" because raylib does not support ndk27 (ALooper_pollAll need to be replaced with ALooper_pollOnce)
buildToolsVersion = "35.0.0 rc4"
}
2 changes: 2 additions & 0 deletions src/screens/menu/menu.c
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@ void menu_screen(w_state *state) {
case MENU_STATE_PLAY:
is_active = false;
break;
case MENU_STATE_EXIT:
break;
}
EndTextureMode();

Expand Down

0 comments on commit ab196f5

Please sign in to comment.