mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-04-29 15:29:26 -05:00
Set accuracy of simulation increment to three significant digits
This commit is contained in:
@@ -898,7 +898,7 @@ void RenderEngine::renderInformation() {
|
||||
RenderFontCr(
|
||||
*_fontInfo,
|
||||
penPosition,
|
||||
"Simulation increment (s): %.0f",
|
||||
"Simulation increment (s): %.3f",
|
||||
Time::ref().deltaTime()
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user