diff -r 7f0653d43a0d -r e9bb4d4f88a8 src/window.c --- a/src/window.c Sun Jul 06 18:49:08 2025 +0200 +++ b/src/window.c Sun Jul 06 18:49:44 2025 +0200 @@ -83,7 +83,7 @@ if (asc_gl_context_initialize(&window->glctx, window->window, &settings->glsettings)) { asc_scene_init(&window->ui, .type = ASC_CAMERA_ORTHO, - .ortho.rect = ASC_RECTI(0, 0, window->dimensions.width, window->dimensions.height), + .ortho.rect = ASC_RECT(0, 0, window->dimensions.width, window->dimensions.height), .projection_update_func = asc_camera_ortho_update_size ); asc_dprintf("Window %u initialized at index %u", window->id, index);