summaryrefslogtreecommitdiff
path: root/src/core/include/engine
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/include/engine')
-rw-r--r--src/core/include/engine/core/platform.h2
1 files changed, 1 insertions, 1 deletions
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;