mirror of
https://github.com/yawut/SDL.git
synced 2026-08-20 07:44:03 -05:00
* Fix many memory leaks in Android FS code
* Set SDL error string with Java exception details when one occurs * Fix tabulation of SDLActivity::getContext
This commit is contained in:
@@ -114,9 +114,9 @@ public class SDLActivity extends Activity {
|
||||
mSingleton.sendCommand(COMMAND_CHANGE_TITLE, title);
|
||||
}
|
||||
|
||||
public static Context getContext() {
|
||||
return mSingleton;
|
||||
}
|
||||
public static Context getContext() {
|
||||
return mSingleton;
|
||||
}
|
||||
|
||||
// Audio
|
||||
private static Object buf;
|
||||
|
||||
Reference in New Issue
Block a user