Skip to content
Snippets Groups Projects
Commit 77747c66 authored by James R.'s avatar James R. Committed by Lactozilla
Browse files

Fix switching to software

Would show a black screen for me on Linux. My suspsicion is that
some things are not initialized with just VID_CheckRenderer.
parent 5c8604ae
No related branches found
No related tags found
No related merge requests found
......@@ -203,6 +203,8 @@ void SCR_SetMode(void)
needpatchflush = true;
needpatchrecache = true;
VID_CheckRenderer();
if (!setmodeneeded)
VID_SetMode(vid.modenum);
}
if (setmodeneeded)
......
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