mirror of
https://github.com/KartKrewDev/RingRacers.git
synced 2026-01-26 16:36:05 +00:00
Fix missing "-" prefix on "-software" cmdline parm
This commit is contained in:
parent
ed6d6e3bd7
commit
81ed4b38fc
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…
Add table
Reference in a new issue