Rename colors

This commit is contained in:
Krzosa Karol
2025-12-31 15:33:32 +01:00
parent 59081eb4bd
commit 9758d83856
3 changed files with 44 additions and 45 deletions

View File

@@ -728,7 +728,7 @@ void MainLoop() {
if (!it->visible) continue;
DrawWindow(it, *GetLast(frame_events));
}
EndFrameRender(event->xwindow, event->ywindow, ColorBackground);
EndFrameRender(event->xwindow, event->ywindow, BackgroundColor);
SDL_GL_SwapWindow(SDLWindow);
}