mirror of
https://github.com/ZDoom/gzdoom.git
synced 2025-04-25 04:01:43 +00:00
Fix typo: add missing dollar sign in new stereo 3D submenu.
This commit is contained in:
parent
ff0609fdc1
commit
fd818a045e
1 changed files with 1 additions and 1 deletions
|
@ -2530,7 +2530,7 @@ OptionMenu "OpenGLOptions" protected
|
|||
|
||||
OptionMenu "VR3DMenu" protected
|
||||
{
|
||||
Title "GLPREFMNU_VRMODE"
|
||||
Title "$GLPREFMNU_VRMODE"
|
||||
Option "$GLMNU_3DMODE", vr_mode, "VRMode"
|
||||
IfOption(Windows)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue