From bbe5a3d682174464b4dc8ad33462b1a4657e3db7 Mon Sep 17 00:00:00 2001 From: Stephen Birarda Date: Tue, 14 Jul 2015 15:51:32 -0700 Subject: [PATCH] remove commented out call to resetCounters --- interface/src/Application.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/interface/src/Application.cpp b/interface/src/Application.cpp index 824de916d5..f9ac9e3a2c 100644 --- a/interface/src/Application.cpp +++ b/interface/src/Application.cpp @@ -1797,7 +1797,6 @@ void Application::checkFPS() { _fps = (float)_frameCount / diffTime; _frameCount = 0; - //_datagramProcessor->resetCounters(); _timerStart.start(); }