mirror of https://github.com/axmolengine/axmol.git
issue #2460: remove comment code
This commit is contained in:
parent
99f88df8d2
commit
b7d788a2f9
|
@ -50,8 +50,7 @@ int Application::run()
|
|||
}
|
||||
|
||||
EGLView* pMainWnd = EGLView::getInstance();
|
||||
//pMainWnd->centerWindow();
|
||||
//ShowWindow(pMainWnd->getHWnd(), SW_SHOW);
|
||||
|
||||
while(!pMainWnd->windowShouldClose())
|
||||
{
|
||||
QueryPerformanceCounter(&nNow);
|
||||
|
@ -65,7 +64,6 @@ int Application::run()
|
|||
{
|
||||
Sleep(0);
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
return true;
|
||||
|
|
Loading…
Reference in New Issue