On-screen Profiler / Debug visualizations in progress

This commit is contained in:
2013-03-21 17:32:26 -07:00
parent 9e7a79ac9c
commit 98df6e7e87
10 changed files with 189 additions and 46 deletions

View File

@@ -195,6 +195,7 @@ void KRContext::startFrame(float deltaTime)
m_pTextureManager->startFrame(deltaTime);
m_pAnimationManager->startFrame(deltaTime);
m_pSoundManager->startFrame(deltaTime);
m_pModelManager->startFrame(deltaTime);
}
void KRContext::endFrame(float deltaTime)