added phonies to make, added fps to debug
[physics.git] / src / main.cpp
index 7313306..0f186bd 100644 (file)
@@ -144,8 +144,10 @@ void updateFPSCounters()
 
         last_Second = tickCountMicro();
 
-        //cout << "ups:\t" << ups << endl;
-        //cout << "fps:\t" << fps << endl;
+#ifdef FPSUPS
+        cout << "ups:\t" << ups << endl;
+        cout << "fps:\t" << fps << endl;
+#endif
     }
 }