Skip to content
This repository was archived by the owner on Nov 20, 2024. It is now read-only.

Commit 2131dc7

Browse files
committed
Update PAK version
1 parent 52deb81 commit 2131dc7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/org/libsdl/app/SDLActivity.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
*/
6666
public class SDLActivity extends Activity {
6767
private static final String TAG = "SDL";
68-
private static final int PAK_VERSION = 3;
68+
private static final int PAK_VERSION = 4;
6969

7070
// Keep track of the paused state
7171
public static boolean mIsPaused, mIsSurfaceReady, mHasFocus, mUseVolume;

0 commit comments

Comments
 (0)