mirror of
https://github.com/ZDoom/qzdoom.git
synced 2025-01-31 04:50:48 +00:00
Fix typo: add missing dollar sign in new stereo 3D submenu.
This commit is contained in:
parent
3c07485d11
commit
263842169e
1 changed files with 1 additions and 1 deletions
|
@ -2529,7 +2529,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