Skip to content

Commit

Permalink
Update PAK version
Browse files Browse the repository at this point in the history
  • Loading branch information
a1batross committed Mar 31, 2016
1 parent 52deb81 commit 2131dc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/org/libsdl/app/SDLActivity.java
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
*/
public class SDLActivity extends Activity {
private static final String TAG = "SDL";
private static final int PAK_VERSION = 3;
private static final int PAK_VERSION = 4;

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

0 comments on commit 2131dc7

Please sign in to comment.