Add paletted texture to the supported extensions

This commit is contained in:
Luke Benstead 2018-09-20 15:11:01 +01:00
parent 8670fd459c
commit 9645b10ed6

View File

@ -601,7 +601,7 @@ const GLbyte *glGetString(GLenum name) {
return "GLdc 1.x";
case GL_EXTENSIONS:
return "GL_ARB_framebuffer_object, GL_ARB_multitexture, GL_ARB_texture_rg";
return "GL_ARB_framebuffer_object, GL_ARB_multitexture, GL_ARB_texture_rg, GL_EXT_paletted_texture";
}
return "GL_KOS_ERROR: ENUM Unsupported\n";