mirror of
https://git.code.sf.net/p/quake/nuq
synced 2025-04-04 17:01:50 +00:00
wasn't this fixed months ago?
This commit is contained in:
parent
a41b5b975f
commit
136a7629cb
1 changed files with 1 additions and 1 deletions
|
@ -352,7 +352,7 @@ Shared_Init8bitPalette()
|
|||
}
|
||||
is8bit = true;
|
||||
|
||||
if strstr(gl_renderer, "Mesa Glide") {
|
||||
if (strstr(gl_renderer, "Mesa Glide")) {
|
||||
#ifdef HAVE_TDFXGL
|
||||
load_texture(GL_SHARED_TEXTURE_PALETTE_EXT, GL_RGB, 256, GL_RGB, GL_UNSIGNED_BYTE, (void *) thePalette);
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue