Este site funciona melhor com JavaScript.
Página inicial
Ajuda
Acessar
lolengine
/
lol
espelhamento de
https://github.com/lolengine/lol
Observar
1
Favorito
0
Fork
0
Código
Issues
0
Versões
0
Wiki
Atividade
Ver código fonte
gl: fix long-standing bug where clear color didn't properly set
the alpha value.
legacy
Sam Hocevar
sam
13 anos atrás
pai
aab3fb7c45
commit
8a239b4df7
1 arquivos alterados
com
1 adições
e
1 exclusões
Visão dividida
Opções de diferenças
Mostrar estatísticas
Baixar arquivo de patch
Baixar arquivo de diferenças
+1
-1
src/video.cpp
+ 1
- 1
src/video.cpp
Ver arquivo
@@ -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__
Escrever
Pré-visualização
Carregando…
Cancelar
Salvar