mirror of
https://git.code.sf.net/p/quake/newtree
synced 2025-02-01 20:30:57 +00:00
Okay, ONE MORE TRY...
This commit is contained in:
parent
9106db191d
commit
9dd801f0d3
1 changed files with 1 additions and 1 deletions
|
@ -362,7 +362,7 @@ Shared_Init8bitPalette (void)
|
||||||
*newPalette++ = *oldPalette++;
|
*newPalette++ = *oldPalette++;
|
||||||
}
|
}
|
||||||
|
|
||||||
qglColorTableEXT (GL_SHARED_TEXTURE_PALETTE_EXT, GL_COLOR_INDEX8_EXT, 256, GL_RGB, GL_UNSIGNED_BYTE, thePalette);
|
qglColorTableEXT (GL_SHARED_TEXTURE_PALETTE_EXT, GL_COLOR_INDEX8_EXT, 256, GL_COLOR_INDEX8_EXT, GL_UNSIGNED_BYTE, thePalette);
|
||||||
is8bit = true;
|
is8bit = true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue