Skip to content

Commit

Permalink
Fixed documentation in source for Android.
Browse files Browse the repository at this point in the history
  • Loading branch information
philippwiesemann committed Oct 23, 2014
1 parent 34a85f4 commit 85bed09
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions android-project/src/org/libsdl/app/SDLActivity.java
Expand Up @@ -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
Expand Down

0 comments on commit 85bed09

Please sign in to comment.