some optimizations

This commit is contained in:
Eduardo Bart
2012-04-09 09:35:46 -03:00
parent db00792351
commit 2017fb366e
6 changed files with 17 additions and 18 deletions

View File

@@ -44,7 +44,6 @@ void UIFrameCounter::drawSelf()
m_fpsText = Fw::formatString("FPS: %d", m_frameCount);
m_lastFrameTicks = g_clock.ticks();
m_frameCount = 0;
dump << m_fpsText;
}
m_frameCount++;