issue #2460: remove comment code

This commit is contained in:
Huabing.Xu 2013-08-29 13:48:58 +08:00
parent 99f88df8d2
commit b7d788a2f9
1 changed files with 1 additions and 3 deletions

View File

@ -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;