Merge pull request #286 from natural-law/master

[android] fixed #510
This commit is contained in:
Walzer 2011-05-26 01:39:11 -07:00
commit bf95e4e7a5
1 changed files with 0 additions and 7 deletions

View File

@ -42,13 +42,6 @@ public class TestsDemo extends Cocos2dxActivity{
mGLView.onResume();
}
protected void onDestroy()
{
super.onDestroy();
android.os.Process.killProcess(android.os.Process.myPid());
}
static {
System.loadLibrary("cocosdenshion");