From c70c3b5c57b2329f64fbf172dbebd4a9f6de9060 Mon Sep 17 00:00:00 2001 From: onelin Date: Tue, 11 Mar 2025 16:48:05 +0100 Subject: Measure time in milliseconds instead of seconds --- src/core/include/engine/core/platform.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/core/include/engine') diff --git a/src/core/include/engine/core/platform.h b/src/core/include/engine/core/platform.h index f8513ac..862cf97 100644 --- a/src/core/include/engine/core/platform.h +++ b/src/core/include/engine/core/platform.h @@ -25,7 +25,7 @@ typedef struct Platform { bool quit; u64 frame; - f32 fps_target; + i32 fps_target; /* TODO: Move mouse data to input ctx */ v2_i32 mouse_pos; -- cgit v1.3