summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/core/src/loop.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/src/loop.c b/src/core/src/loop.c
index 49810ef..e54420f 100644
--- a/src/core/src/loop.c
+++ b/src/core/src/loop.c
@@ -374,8 +374,8 @@ i32 engine_run(Platform* p, StateType initial_state, void* state_arg) {
printf(" FPS: %.1f"
"\tticks: %lu"
- "\tframetime: %lu.%lums"
- "\trendertime: %lu.%lums"
+ "\tframetime: %lu.%03lums"
+ "\trendertime: %lu.%03lums"
"\n"
, ((f64)(ticks - last_fps_ticks)) / ((f64)dt_measurement / 1000000.0)
, ticks