summaryrefslogtreecommitdiff
path: root/examples/game_of_life.c
diff options
context:
space:
mode:
Diffstat (limited to 'examples/game_of_life.c')
-rw-r--r--examples/game_of_life.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/examples/game_of_life.c b/examples/game_of_life.c
index fdd3d54..d95fb9e 100644
--- a/examples/game_of_life.c
+++ b/examples/game_of_life.c
@@ -11,9 +11,7 @@ i32 main(i32 argc, c8 **argv) {
(void) argv;
g_platform = (Platform) {
- .title = "Conway's Game of Life",
- .frame_width = 960,
- .frame_height = 720,
+ .title = "Conway's Game of Life",
};
p_event_loop();