Ce site fonctionne mieux avec JavaScript.
Accueil
Aide
Connexion
lolengine
/
lol
miroir de
https://github.com/lolengine/lol
Suivre
1
Ajouter aux favoris
0
Bifurcation
0
Code
Tickets
0
Versions
0
Wiki
Activité
Parcourir la source
gl: fix long-standing bug where clear color didn't properly set
the alpha value.
legacy
Sam Hocevar
sam
il y a 13 ans
Parent
aab3fb7c45
révision
8a239b4df7
1 fichiers modifiés
avec
1 ajouts
et
1 suppressions
Vue séparée
Option de Diff
Voir les Statistiques
Télécharger le Fichier Patch
Télécharger le Fichier des Différences
+1
-1
src/video.cpp
+ 1
- 1
src/video.cpp
Voir le fichier
@@ -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__
Écrire
Aperçu
Chargement…
Annuler
Enregistrer