summaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main.c b/src/main.c
index e74f41e..bef92a9 100644
--- a/src/main.c
+++ b/src/main.c
@@ -5,9 +5,9 @@
int main(void) {
- Platform *p = engine_init("rogue",
+ Instance *p = engine_init("rogue",
420, 420,
- 1.f, 0,
+ 0,
MEMORY_SIZE);
//engine_fps_max(p, 10);