turned off debug fps display on iOS platform.

This commit is contained in:
techdragon.nguyen@gmail.com
2012-02-23 16:19:22 +00:00
parent 42cdd27e0b
commit 6c6bf623ff

View File

@@ -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;