diff options
| author | onelin <oscar@nelin.dk> | 2025-03-11 15:48:05 +0000 |
|---|---|---|
| committer | onelin <oscar@nelin.dk> | 2025-03-11 15:48:05 +0000 |
| commit | c70c3b5c57b2329f64fbf172dbebd4a9f6de9060 (patch) | |
| tree | 4c196ca330477004d73843cdd5bfe8787a72146a /src/core/include/engine | |
| parent | 52b7dff22267ae9e6777b7f5243b871275765298 (diff) | |
Measure time in milliseconds instead of seconds
Diffstat (limited to 'src/core/include/engine')
| -rw-r--r-- | src/core/include/engine/core/platform.h | 2 |
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; |
