Skip to content
Snippets Groups Projects
Commit 0af71faf authored by Lactozilla's avatar Lactozilla :speech_balloon:
Browse files

Don't use the local palette, because OpenGL mixes it into the textures themselves

parent 3d08664d
No related branches found
No related tags found
2 merge requests!734Rebase Keycodes only branch.,!549OpenGL GIF movie recording
...@@ -432,8 +432,11 @@ static void GIF_headwrite(void) ...@@ -432,8 +432,11 @@ static void GIF_headwrite(void)
// write color table // write color table
{ {
RGBA_t *pal = ((cv_screenshot_colorprofile.value) RGBA_t *pal = ((cv_screenshot_colorprofile.value
? pLocalPalette #ifdef HWRENDER
&& (rendermode == render_soft)
#endif
) ? pLocalPalette
: pMasterPalette); : pMasterPalette);
for (i = 0; i < 256; i++) for (i = 0; i < 256; i++)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment