Rename colors
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user