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

Fix missing "-" prefix on "-software" cmdline parm

parent 53885e5a
No related branches found
No related tags found
2 merge requests!734Rebase Keycodes only branch.,!550Renderer switching
......@@ -1645,7 +1645,7 @@ void I_StartupGraphics(void)
#ifdef HWRENDER
if (M_CheckParm("-opengl"))
rendermode = render_opengl;
else if (M_CheckParm("software"))
else if (M_CheckParm("-software"))
#endif
rendermode = render_soft;
......
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