Change program icons and make dark grey background
[mercenary-reloaded.git] / src / libopengl / opengl.c
index d992366..bd4bd57 100644 (file)
@@ -115,7 +115,7 @@ void opengl_clear(int _flip_y)
        flip_y = _flip_y;
 
        /* clear screen */
-       glClearColor(0.0, 0.0, 0.0, 1.0);
+       glClearColor(0.05, 0.05, 0.05, 1.0);
        glClear(GL_COLOR_BUFFER_BIT);
 }