Pārlūkot izejas kodu

gl: fix long-standing bug where clear color didn't properly set

the alpha value.
legacy
Sam Hocevar sam pirms 13 gadiem
vecāks
revīzija
8a239b4df7
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. +1
    -1
      src/video.cpp

+ 1
- 1
src/video.cpp Parādīt failu

@@ -70,7 +70,7 @@ void Video::Setup(ivec2 size)
VideoData::saved_viewport = size;
#endif

glClearColor(0.1f, 0.2f, 0.3f, 0.0f);
glClearColor(0.1f, 0.2f, 0.3f, 1.0f);
glClearDepth(1.0);

#if defined HAVE_GL_2X && !defined __APPLE__


Notiek ielāde…
Atcelt
Saglabāt