Skip to content

Commit

Permalink
fix: sdl update 2.30.8
Browse files Browse the repository at this point in the history
  • Loading branch information
zeromake committed Oct 5, 2024
1 parent a075d22 commit 6954c79
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ public class SDLActivity extends Activity implements View.OnSystemUiVisibilityCh
private static final String TAG = "SDL";
private static final int SDL_MAJOR_VERSION = 2;
private static final int SDL_MINOR_VERSION = 30;
private static final int SDL_MICRO_VERSION = 7;
private static final int SDL_MICRO_VERSION = 8;
/*
// Display InputType.SOURCE/CLASS of events and devices
//
Expand Down

0 comments on commit 6954c79

Please sign in to comment.