mirror of https://github.com/axmolengine/axmol.git
simplegame : logging of entry points into app
This commit is contained in:
parent
f7d5eb198e
commit
b87c29d50b
|
@ -14,4 +14,3 @@ void cocos_android_app_init (void) {
|
||||||
LOGD("cocos_android_app_init");
|
LOGD("cocos_android_app_init");
|
||||||
simplegame::AppDelegate *pAppDelegate = new simplegame::AppDelegate();
|
simplegame::AppDelegate *pAppDelegate = new simplegame::AppDelegate();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue