tweak background color
This commit is contained in:
parent
7ea863632c
commit
ea7d0229fb
|
@ -292,7 +292,7 @@ void init(void) {
|
|||
glBufferData(GL_ELEMENT_ARRAY_BUFFER, sizeof(indices), indices, GL_STATIC_DRAW);
|
||||
|
||||
|
||||
glClearColor(0.01f, 0.01f, 0.01f, 1.0f);
|
||||
glClearColor(0.1f, 0.1f, 0.1f, 1.0f);
|
||||
}
|
||||
|
||||
void draw(void) {
|
||||
|
|
Loading…
Reference in New Issue