(Apple) Cleanup

This commit is contained in:
Twinaphex 2014-10-03 21:33:05 +02:00
parent bbfdf52632
commit d89b5b2f41

View File

@ -95,7 +95,7 @@ static GLContextClass* g_context;
{ {
[super setFrame:frameRect]; [super setFrame:frameRect];
if (g_view && g_context) if (g_context)
[g_context update]; [g_context update];
} }