This commit is contained in:
Lauchmelder 2022-01-15 01:24:27 +01:00
parent 79736fc3bc
commit b7f4174085

View file

@ -46,6 +46,7 @@ Window::~Window()
void Window::Clear()
{
glClearColor(7.0f / 255.0f, 1.0f / 255.0f, 15.0f / 255.0f, 1.0f);
glClear(GL_COLOR_BUFFER_BIT);
}