Selaa lähdekoodia

Set the default background color to something recognisable.

legacy
Sam Hocevar sam 15 vuotta sitten
vanhempi
commit
3191ca57bf
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. +1
    -1
      src/video.cpp

+ 1
- 1
src/video.cpp Näytä tiedosto

@@ -77,7 +77,7 @@ void Video::Setup(int width, int height)
#if defined HAVE_GL_2X || defined HAVE_GLES_1X
glShadeModel(GL_SMOOTH);
#endif
glClearColor(0.0f, 0.0f, 0.0f, 0.0f);
glClearColor(0.1f, 0.2f, 0.3f, 0.0f);
glClearDepthf(1.0);

#if defined HAVE_GL_2X || defined HAVE_GLES_1X


Ladataan…
Peruuta
Tallenna