summaryrefslogtreecommitdiff
path: root/src/core/include/engine
diff options
context:
space:
mode:
authoronelin <oscar@nelin.dk>2025-04-11 09:48:42 +0000
committeronelin <oscar@nelin.dk>2025-04-11 09:51:56 +0000
commit0dfd07a115ab626c97080dbe87e3c4904f091041 (patch)
treea53861eb1f6bf570ba1a5422179c817662352bc1 /src/core/include/engine
parentf6b60693e298ca9c155be75ed2e4c687f3fa0fa5 (diff)
Remove old glfw window src
Diffstat (limited to 'src/core/include/engine')
-rw-r--r--src/core/include/engine/engine.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/include/engine/engine.h b/src/core/include/engine/engine.h
index d28c024..d0a61f2 100644
--- a/src/core/include/engine/engine.h
+++ b/src/core/include/engine/engine.h
@@ -31,7 +31,7 @@ typedef struct {
/* Essential functions */
Instance* engine_init(const char* windowtitle, i32 windowWidth, i32 windowHeight,
- const f32 render_scale, const u32 flags,
+ const u32 flags,
const usize initial_memory);
i32 engine_run(Instance* p, StateType initial_state, void* state_arg);