mirror of https://github.com/axmolengine/axmol.git
issue #1204: Updated tests/proj.win32/main.cpp
This commit is contained in:
parent
ca5ef69d50
commit
136866bc12
|
@ -16,7 +16,7 @@ int APIENTRY _tWinMain(HINSTANCE hInstance,
|
||||||
AppDelegate app;
|
AppDelegate app;
|
||||||
CCEGLView& eglView = CCEGLView::sharedOpenGLView();
|
CCEGLView& eglView = CCEGLView::sharedOpenGLView();
|
||||||
eglView.setViewName("Hello Tests");
|
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.
|
// 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);
|
// eglView.setDesignResolutionSize(480, 320);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue