From 34c0b256f618ac7eb2828088f906d995d6a100dd Mon Sep 17 00:00:00 2001 From: mittorn Date: Tue, 22 Dec 2015 01:29:30 +0600 Subject: [PATCH] Update pak version --- src/org/libsdl/app/SDLActivity.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/org/libsdl/app/SDLActivity.java b/src/org/libsdl/app/SDLActivity.java index ad649e3b..33b5cd55 100644 --- a/src/org/libsdl/app/SDLActivity.java +++ b/src/org/libsdl/app/SDLActivity.java @@ -64,7 +64,7 @@ import android.content.*; */ public class SDLActivity extends Activity { private static final String TAG = "SDL"; - private static final int PAK_VERSION = 2; + private static final int PAK_VERSION = 3; // Keep track of the paused state public static boolean mIsPaused, mIsSurfaceReady, mHasFocus, mUseVolume;