Reverts samples/Cpp/HelloCpp/proj.win32/main.cpp

This commit is contained in:
James Chen 2013-09-08 11:30:50 +08:00
parent b8c82ae5a9
commit ba9fdc5774
1 changed files with 0 additions and 1 deletions

View File

@ -16,6 +16,5 @@ int APIENTRY _tWinMain(HINSTANCE hInstance,
AppDelegate app; AppDelegate app;
EGLView* eglView = new EGLView(); EGLView* eglView = new EGLView();
eglView->init("TestCPP",900,640); eglView->init("TestCPP",900,640);
eglView->setFrameZoomFactor(0.5f);
return Application::getInstance()->run(); return Application::getInstance()->run();
} }