purple
This commit is contained in:
parent
79736fc3bc
commit
b7f4174085
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue