From 1d8c75ab7dbdf77ff132c0173704d0486f8fd01c Mon Sep 17 00:00:00 2001 From: Daniel Collin Date: Sat, 24 Nov 2012 15:16:13 +0100 Subject: [PATCH] Fixed small issue that at startup the start screen wasn't rendered correct --- ogl_editor/src/macosx/RocketView.m | 1 + 1 file changed, 1 insertion(+) diff --git a/ogl_editor/src/macosx/RocketView.m b/ogl_editor/src/macosx/RocketView.m index e2c81a6..e6f23fc 100644 --- a/ogl_editor/src/macosx/RocketView.m +++ b/ogl_editor/src/macosx/RocketView.m @@ -37,6 +37,7 @@ NSOpenGLContext* g_context = 0; EMGFXBackend_create(); Editor_create(); + Editor_update(); const float framerate = 60; const float frequency = 1.0f/framerate;