From 5c2d20138f12dfd1de71632d6639b24ac3b21c7b Mon Sep 17 00:00:00 2001 From: onelin Date: Fri, 21 Mar 2025 17:32:51 +0100 Subject: Fix performance formatting --- src/core/src/loop.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') 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 -- cgit v1.3