turned off debug fps display on iOS platform.
This commit is contained in:
@@ -426,7 +426,7 @@ void GameApp::Render()
|
|||||||
WResourceManager::Instance()->DebugRender();
|
WResourceManager::Instance()->DebugRender();
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef DEBUG
|
#if defined(DEBUG) && !defined(IOS)
|
||||||
JGE* mEngine = JGE::GetInstance();
|
JGE* mEngine = JGE::GetInstance();
|
||||||
float fps = mEngine->GetFPS();
|
float fps = mEngine->GetFPS();
|
||||||
totalFPS += fps;
|
totalFPS += fps;
|
||||||
|
|||||||
Reference in New Issue
Block a user