mirror of
https://github.com/edubart/otclient.git
synced 2025-12-22 00:17:10 +01:00
some optimizations
This commit is contained in:
@@ -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++;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user