remove commented out call to resetCounters

This commit is contained in:
Stephen Birarda 2015-07-14 15:51:32 -07:00
parent fb7cb7ff53
commit bbe5a3d682

View file

@ -1797,7 +1797,6 @@ void Application::checkFPS() {
_fps = (float)_frameCount / diffTime;
_frameCount = 0;
//_datagramProcessor->resetCounters();
_timerStart.start();
}