--- a/src/scene.c Tue Aug 05 20:38:11 2025 +0200 +++ b/src/scene.c Wed Aug 06 00:37:01 2025 +0200 @@ -210,7 +210,7 @@ scene->camera.viewport.size.height ); glEnable(GL_SCISSOR_TEST); - const asc_col4f col = scene->camera.clear_color; + const asc_color col = scene->camera.clear_color; glClearColor(col.red, col.green, col.blue, col.alpha); glClear(GL_COLOR_BUFFER_BIT); glDisable(GL_SCISSOR_TEST);