Fixed documentation in source for Android.

This commit is contained in:
Philipp Wiesemann 2014-10-23 16:31:02 +02:00
parent 34a85f4de6
commit 85bed09561
1 changed files with 2 additions and 0 deletions

View File

@ -37,6 +37,8 @@ public class SDLActivity extends Activity {
// Keep track of the paused state
public static boolean mIsPaused, mIsSurfaceReady, mHasFocus;
public static boolean mExitCalledFromJava;
/** If shared libraries (e.g. SDL or the native application) could not be loaded. */
public static boolean mBrokenLibraries;
// Main components