[opengl] More style cleanup. Last commit for the night.

This commit is contained in:
Colby Klein
2011-03-14 03:16:01 -07:00
parent 1c9cc716cd
commit f9a3e3eb82
+1 -1
View File
@@ -1554,7 +1554,7 @@ void RageDisplay_Legacy::ClearAllTextures()
// HACK: Reset the active texture to 0. // HACK: Reset the active texture to 0.
// TODO: Change all texture functions to take a stage number. // TODO: Change all texture functions to take a stage number.
if (glActiveTextureARB) if (GLEW_ARB_multitexture)
glActiveTextureARB(GL_TEXTURE0_ARB); glActiveTextureARB(GL_TEXTURE0_ARB);
} }