mirror of
https://github.com/lubosz/overte.git
synced 2025-08-07 19:01:09 +02:00
remove commented out call to resetCounters
This commit is contained in:
parent
fb7cb7ff53
commit
bbe5a3d682
1 changed files with 0 additions and 1 deletions
|
@ -1797,7 +1797,6 @@ void Application::checkFPS() {
|
||||||
|
|
||||||
_fps = (float)_frameCount / diffTime;
|
_fps = (float)_frameCount / diffTime;
|
||||||
_frameCount = 0;
|
_frameCount = 0;
|
||||||
//_datagramProcessor->resetCounters();
|
|
||||||
_timerStart.start();
|
_timerStart.start();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue