Fixed small issue that at startup the start screen wasn't rendered correct

This commit is contained in:
Daniel Collin 2012-11-24 15:16:13 +01:00
parent 720555912e
commit 1d8c75ab7d

View File

@ -37,6 +37,7 @@ NSOpenGLContext* g_context = 0;
EMGFXBackend_create();
Editor_create();
Editor_update();
const float framerate = 60;
const float frequency = 1.0f/framerate;