Kaynağa Gözat

debug: reset texture unit in the GL quad.

legacy
Sam Hocevar sam 13 yıl önce
ebeveyn
işleme
5123b94188
1 değiştirilmiş dosya ile 1 ekleme ve 0 silme
  1. +1
    -0
      src/debug/quad.cpp

+ 1
- 0
src/debug/quad.cpp Dosyayı Görüntüle

@@ -124,6 +124,7 @@ void DebugQuad::TickDraw(float deltams)
glMatrixMode(GL_MODELVIEW);
glLoadIdentity();
glDisable(GL_TEXTURE_2D);
glClientActiveTexture(GL_TEXTURE0);
glBindBuffer(GL_ARRAY_BUFFER, 0);
glUseProgram(0);



Yükleniyor…
İptal
Kaydet