Przeglądaj źródła

Fix menu not showing on Mac.

Ken Whatmough 13 lat temu
rodzic
commit
9b2bcba5e7
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      gameplay/src/PlatformMacOSX.mm

+ 1 - 1
gameplay/src/PlatformMacOSX.mm

@@ -659,7 +659,7 @@ double getMachTimeInMilliseconds()
 
 
     [[self openGLContext] makeCurrentContext];
     [[self openGLContext] makeCurrentContext];
     CGLLockContext((CGLContextObj)[[self openGLContext] CGLContextObj]);
     CGLLockContext((CGLContextObj)[[self openGLContext] CGLContextObj]);
-    if (_game && _game->getState() == Game::RUNNING)
+    if (_game)
     {
     {
         _game->frame();
         _game->frame();
     }
     }