* 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:
parent
3d9a685099
commit
6f0f508a4f
2 changed files with 109 additions and 52 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue