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

Set the palette :)

parent bef6cb53
No related branches found
No related tags found
2 merge requests!892Funny shaders master merge,!796Only initialise OpenGL if the user intends to load it (for real this time)
......@@ -1574,7 +1574,10 @@ void VID_CheckRenderer(void)
else if (rendermode == render_opengl)
{
if (rendererchanged)
{
R_InitHardwareMode();
V_SetPalette(0);
}
}
#else
(void)oldrenderer;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment