change background color

This commit is contained in:
2025-04-26 12:30:29 +02:00
parent 24104fedf5
commit 1b22de17d8

View File

@@ -139,7 +139,7 @@ public class Window {
renderer.Init();
// Set the clear color
glClearColor(0.0f, 0.0f, 0.0f, 0.0f);
glClearColor(0.4f, 0.4f, 0.6f, 1.0f);
glEnable(GL_DEPTH_TEST);