mirror of https://github.com/axmolengine/axmol.git
Changes to match reverting of namespace simplegame for this sample
This commit is contained in:
parent
fe01166e92
commit
bf6b57fe19
|
@ -12,5 +12,5 @@ using namespace cocos2d;
|
|||
|
||||
void cocos_android_app_init (void) {
|
||||
LOGD("cocos_android_app_init");
|
||||
simplegame::AppDelegate *pAppDelegate = new simplegame::AppDelegate();
|
||||
AppDelegate *pAppDelegate = new AppDelegate();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue