mirror of https://github.com/axmolengine/axmol.git
Reverts samples/Cpp/HelloCpp/proj.win32/main.cpp
This commit is contained in:
parent
b8c82ae5a9
commit
ba9fdc5774
|
@ -16,6 +16,5 @@ int APIENTRY _tWinMain(HINSTANCE hInstance,
|
|||
AppDelegate app;
|
||||
EGLView* eglView = new EGLView();
|
||||
eglView->init("TestCPP",900,640);
|
||||
eglView->setFrameZoomFactor(0.5f);
|
||||
return Application::getInstance()->run();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue