[opengl] More style cleanup. Last commit for the night.
This commit is contained in:
@@ -1554,7 +1554,7 @@ void RageDisplay_Legacy::ClearAllTextures()
|
||||
|
||||
// HACK: Reset the active texture to 0.
|
||||
// TODO: Change all texture functions to take a stage number.
|
||||
if (glActiveTextureARB)
|
||||
if (GLEW_ARB_multitexture)
|
||||
glActiveTextureARB(GL_TEXTURE0_ARB);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user