Ken Whatmough 13 лет назад
Родитель
Сommit
9b2bcba5e7
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      gameplay/src/PlatformMacOSX.mm

+ 1 - 1
gameplay/src/PlatformMacOSX.mm

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