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;