mirror of https://github.com/axmolengine/axmol.git
commit
bf95e4e7a5
|
@ -42,13 +42,6 @@ public class TestsDemo extends Cocos2dxActivity{
|
||||||
|
|
||||||
mGLView.onResume();
|
mGLView.onResume();
|
||||||
}
|
}
|
||||||
|
|
||||||
protected void onDestroy()
|
|
||||||
{
|
|
||||||
super.onDestroy();
|
|
||||||
|
|
||||||
android.os.Process.killProcess(android.os.Process.myPid());
|
|
||||||
}
|
|
||||||
|
|
||||||
static {
|
static {
|
||||||
System.loadLibrary("cocosdenshion");
|
System.loadLibrary("cocosdenshion");
|
||||||
|
|
Loading…
Reference in New Issue