From ba9fdc577483fac05c4bf5cfeccd8a3f70050604 Mon Sep 17 00:00:00 2001 From: James Chen Date: Sun, 8 Sep 2013 11:30:50 +0800 Subject: [PATCH] Reverts samples/Cpp/HelloCpp/proj.win32/main.cpp --- samples/Cpp/HelloCpp/proj.win32/main.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/samples/Cpp/HelloCpp/proj.win32/main.cpp b/samples/Cpp/HelloCpp/proj.win32/main.cpp index 4cd281453f..0bf8bf10ee 100644 --- a/samples/Cpp/HelloCpp/proj.win32/main.cpp +++ b/samples/Cpp/HelloCpp/proj.win32/main.cpp @@ -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(); }