From dced6f7768e02252af11f9b41017d75c66b47d81 Mon Sep 17 00:00:00 2001 From: Mitya Selivanov Date: Tue, 14 Jan 2025 06:33:54 +0100 Subject: Correct examples for changed graphics procs --- examples/labyrinth.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'examples/labyrinth.c') diff --git a/examples/labyrinth.c b/examples/labyrinth.c index 54bed19..01af7c6 100644 --- a/examples/labyrinth.c +++ b/examples/labyrinth.c @@ -11,9 +11,7 @@ i32 main(i32 argc, c8 **argv) { (void) argv; g_platform = (Platform) { - .title = "Labyrinth", - .frame_width = 960, - .frame_height = 720, + .title = "Labyrinth", }; p_event_loop(); -- cgit v1.2.3