first ticks for win32

master
Eduardo Bart hace 13 años
padre 5254b8d230
commit e281853a0c

@ -76,12 +76,12 @@ void Engine::run()
lastFrameTicks = ticks;
// render only when visible
if(Platform::isWindowVisible()) {
//if(Platform::isWindowVisible()) {
render();
// swap buffers
Platform::swapBuffers();
}
//}
}
lastFrameTicks = 0;

@ -62,6 +62,9 @@ void Platform::init(const char *appName)
if(!RegisterClassA(&wc))
fatal("Failed to register the window class.");
// force first tick
Platform::getTicks();
}
void Platform::terminate()

Cargando…
Cancelar
Guardar