mirror of https://github.com/axmolengine/axmol.git
remove useless function call.
This commit is contained in:
parent
713d19c830
commit
7b23e3ab1d
|
@ -63,11 +63,9 @@ int Application::run()
|
|||
PVRFrameEnableControlWindow(false);
|
||||
|
||||
// Main message loop:
|
||||
LARGE_INTEGER nFreq;
|
||||
LARGE_INTEGER nLast;
|
||||
LARGE_INTEGER nNow;
|
||||
|
||||
QueryPerformanceFrequency(&nFreq);
|
||||
QueryPerformanceCounter(&nLast);
|
||||
|
||||
initGLContextAttrs();
|
||||
|
|
Loading…
Reference in New Issue