diff --git a/stepmania/src/RageDisplay_OGL.cpp b/stepmania/src/RageDisplay_OGL.cpp index 49f5762ce7..a52ad21030 100644 --- a/stepmania/src/RageDisplay_OGL.cpp +++ b/stepmania/src/RageDisplay_OGL.cpp @@ -651,7 +651,7 @@ void SetupExtensions() GLExt.wglSwapIntervalEXT = wglSwapIntervalEXT; #endif - if( HasExtension("EXT_paletted_texture") ) + if( HasExtension("GL_EXT_paletted_texture") ) { GLExt.glColorTableEXT = (PFNGLCOLORTABLEPROC) wind->GetProcAddress("glColorTableEXT"); GLExt.glGetColorTableParameterivEXT = (PFNGLCOLORTABLEPARAMETERIVPROC) wind->GetProcAddress("glGetColorTableParameterivEXT");