Set accuracy of simulation increment to three significant digits

This commit is contained in:
Alexander Bock
2017-03-07 10:45:26 -05:00
parent 5d57c3a577
commit f3ad9e8d6e
+1 -1
View File
@@ -898,7 +898,7 @@ void RenderEngine::renderInformation() {
RenderFontCr(
*_fontInfo,
penPosition,
"Simulation increment (s): %.0f",
"Simulation increment (s): %.3f",
Time::ref().deltaTime()
);