purple
This commit is contained in:
parent
79736fc3bc
commit
b7f4174085
1 changed files with 1 additions and 0 deletions
|
@ -46,6 +46,7 @@ Window::~Window()
|
||||||
|
|
||||||
void Window::Clear()
|
void Window::Clear()
|
||||||
{
|
{
|
||||||
|
glClearColor(7.0f / 255.0f, 1.0f / 255.0f, 15.0f / 255.0f, 1.0f);
|
||||||
glClear(GL_COLOR_BUFFER_BIT);
|
glClear(GL_COLOR_BUFFER_BIT);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue