mirror of
https://git.do.srb2.org/STJr/SRB2.git
synced 2024-11-15 09:11:48 +00:00
Fix missing "-" prefix on "-software" cmdline parm
This commit is contained in:
parent
53885e5ac0
commit
79daafd893
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue