mirror of
https://github.com/AleziaKurdis/overte.git
synced 2025-04-14 09:06:51 +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;
|
||||
_frameCount = 0;
|
||||
//_datagramProcessor->resetCounters();
|
||||
_timerStart.start();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue