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);
|
PVRFrameEnableControlWindow(false);
|
||||||
|
|
||||||
// Main message loop:
|
// Main message loop:
|
||||||
LARGE_INTEGER nFreq;
|
|
||||||
LARGE_INTEGER nLast;
|
LARGE_INTEGER nLast;
|
||||||
LARGE_INTEGER nNow;
|
LARGE_INTEGER nNow;
|
||||||
|
|
||||||
QueryPerformanceFrequency(&nFreq);
|
|
||||||
QueryPerformanceCounter(&nLast);
|
QueryPerformanceCounter(&nLast);
|
||||||
|
|
||||||
initGLContextAttrs();
|
initGLContextAttrs();
|
||||||
|
|
Loading…
Reference in New Issue