mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-10 23:01:59 +00:00
- fixed: 'IfOption(Linux)' is actually 'IfOption(unix)' in menudef
This commit is contained in:
parent
9ebf1ec9a2
commit
a7cc6fb1ba
1 changed files with 1 additions and 1 deletions
|
@ -1787,7 +1787,7 @@ OptionMenu RendererMenu
|
|||
{
|
||||
Option "$RNDMNU_CANVAS", "vid_glswfb", "GLD3D"
|
||||
}
|
||||
IfOption(Linux)
|
||||
IfOption(unix)
|
||||
{
|
||||
Option "$RNDMNU_CANVAS", "vid_glswfb", "GLSDL"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue