diff --git a/projects/mtg/src/GameApp.cpp b/projects/mtg/src/GameApp.cpp index ebaad8584..0c97ebddf 100644 --- a/projects/mtg/src/GameApp.cpp +++ b/projects/mtg/src/GameApp.cpp @@ -426,7 +426,7 @@ void GameApp::Render() WResourceManager::Instance()->DebugRender(); #endif -#ifdef DEBUG +#if defined(DEBUG) && !defined(IOS) JGE* mEngine = JGE::GetInstance(); float fps = mEngine->GetFPS(); totalFPS += fps;