fix paletted textures (oops)

This commit is contained in:
Glenn Maynard
2004-06-01 01:22:39 +00:00
parent 48b341fe51
commit 247aaeba4e
+1 -1
View File
@@ -651,7 +651,7 @@ void SetupExtensions()
GLExt.wglSwapIntervalEXT = wglSwapIntervalEXT; GLExt.wglSwapIntervalEXT = wglSwapIntervalEXT;
#endif #endif
if( HasExtension("EXT_paletted_texture") ) if( HasExtension("GL_EXT_paletted_texture") )
{ {
GLExt.glColorTableEXT = (PFNGLCOLORTABLEPROC) wind->GetProcAddress("glColorTableEXT"); GLExt.glColorTableEXT = (PFNGLCOLORTABLEPROC) wind->GetProcAddress("glColorTableEXT");
GLExt.glGetColorTableParameterivEXT = (PFNGLCOLORTABLEPARAMETERIVPROC) wind->GetProcAddress("glGetColorTableParameterivEXT"); GLExt.glGetColorTableParameterivEXT = (PFNGLCOLORTABLEPARAMETERIVPROC) wind->GetProcAddress("glGetColorTableParameterivEXT");