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

Don't call HWR_Switch twice

parent 7ddad9c9
No related branches found
No related tags found
2 merge requests!848shaders master merge and mipmap fix,!794Fix -OGLlib
......@@ -1534,10 +1534,7 @@ void VID_CheckRenderer(void)
}
#ifdef HWRENDER
else if (rendermode == render_opengl)
{
R_InitHardwareMode();
HWR_Switch();
}
#else
(void)oldrenderer;
#endif
......
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