Explorar el Código

Set the default background color to something recognisable.

legacy
Sam Hocevar sam hace 13 años
padre
commit
3191ca57bf
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      src/video.cpp

+ 1
- 1
src/video.cpp Ver fichero

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


Cargando…
Cancelar
Guardar