issue #1204: Updated tests/proj.win32/main.cpp

This commit is contained in:
James Chen 2012-05-02 18:56:03 +08:00
parent ca5ef69d50
commit 136866bc12
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ int APIENTRY _tWinMain(HINSTANCE hInstance,
AppDelegate app;
CCEGLView& eglView = CCEGLView::sharedOpenGLView();
eglView.setViewName("Hello Tests");
eglView.setFrameSize(800, 480);
eglView.setFrameSize(480, 320);
// set the design resolution screen size, if you want to use Design Resoulution scaled to current screen, please uncomment next line.
// eglView.setDesignResolutionSize(480, 320);