Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Fixed documentation in source for Android.
- Loading branch information
Showing
with
2 additions
and
0 deletions.
-
+2
−0
android-project/src/org/libsdl/app/SDLActivity.java
|
@@ -37,6 +37,8 @@ |
|
|
// 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 |
|
|