mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-29 16:40:13 +01:00
objviewer: remove disabled code
This commit is contained in:
parent
9745e26adb
commit
15c57648cd
1 changed files with 0 additions and 3 deletions
|
|
@ -173,13 +173,10 @@ DrawSkyBoxCubeTexture(GLuint tex)
|
|||
glBindTexture(GL_TEXTURE_CUBE_MAP, tex);
|
||||
glEnable(GL_TEXTURE_CUBE_MAP);
|
||||
|
||||
//glDisable(GL_LIGHTING);
|
||||
glDisable(GL_BLEND);
|
||||
|
||||
glDrawArrays(GL_QUADS, 0, 24);
|
||||
|
||||
//glEnable(GL_LIGHTING);
|
||||
|
||||
glDisable(GL_TEXTURE_CUBE_MAP);
|
||||
|
||||
glDisableClientState(GL_VERTEX_ARRAY);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue