mirror of
https://github.com/ZDoom/raze-gles.git
synced 2025-01-28 01:40:41 +00:00
- Fix menu strings and missing class declaration for VideoOptions
.
This commit is contained in:
parent
db84d7a29d
commit
52e29d4112
1 changed files with 2 additions and 1 deletions
|
@ -1023,7 +1023,7 @@ OptionMenu "VideoOptions" protected
|
||||||
Title "$DSPLYMNU_TITLE"
|
Title "$DSPLYMNU_TITLE"
|
||||||
|
|
||||||
Submenu "$OPTMNU_HUD", "HUDOptions"
|
Submenu "$OPTMNU_HUD", "HUDOptions"
|
||||||
Submenu "$GLMNU_TITLE", "RenderOptions"
|
Submenu "$RENDER_OPTIONS", "RenderOptions"
|
||||||
Submenu "$AUTOMAPMNU_TITLE", "AutomapOptions"
|
Submenu "$AUTOMAPMNU_TITLE", "AutomapOptions"
|
||||||
Submenu "$GLMNU_POSTPROCESS", "PostProcessMenu"
|
Submenu "$GLMNU_POSTPROCESS", "PostProcessMenu"
|
||||||
Submenu "$GLTEXMNU_TITLE", "GLTextureGLOptions"
|
Submenu "$GLTEXMNU_TITLE", "GLTextureGLOptions"
|
||||||
|
@ -1181,6 +1181,7 @@ OptionMenu "GLTextureGLOptions" protected
|
||||||
Option "$GLTEXMNU_RESIZEFNT", gl_texture_hqresize_fonts, "OnOff"
|
Option "$GLTEXMNU_RESIZEFNT", gl_texture_hqresize_fonts, "OnOff"
|
||||||
Option "$GLTEXMNU_RESIZESKN", gl_texture_hqresize_skins, "OnOff"
|
Option "$GLTEXMNU_RESIZESKN", gl_texture_hqresize_skins, "OnOff"
|
||||||
Option "$GLTEXMNU_PRECACHETEX", gl_precache, "YesNo"
|
Option "$GLTEXMNU_PRECACHETEX", gl_precache, "YesNo"
|
||||||
|
Class "GLTextureGLOptions"
|
||||||
}
|
}
|
||||||
//-------------------------------------------------------------------------------------------
|
//-------------------------------------------------------------------------------------------
|
||||||
//
|
//
|
||||||
|
|
Loading…
Reference in a new issue