tweak background color

This commit is contained in:
Luca Conte 2024-04-15 10:57:38 +02:00
parent 7ea863632c
commit ea7d0229fb
1 changed files with 1 additions and 1 deletions

View File

@ -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) {