mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-10 14:51:46 +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