mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-23 20:52:26 +00:00
- removed the redundant gl_render_precise CVAR.
The menu now uses gl_seamless directly without the redirection.
This commit is contained in:
parent
c7db3875e1
commit
17638426b9
2 changed files with 1 additions and 6 deletions
|
@ -69,11 +69,6 @@ CUSTOM_CVAR(Bool, gl_plane_reflection, true, CVAR_GLOBALCONFIG|CVAR_ARCHIVE)
|
||||||
gl_plane_reflection_i = self;
|
gl_plane_reflection_i = self;
|
||||||
}
|
}
|
||||||
|
|
||||||
CUSTOM_CVAR(Bool, gl_render_precise, false, CVAR_ARCHIVE|CVAR_GLOBALCONFIG)
|
|
||||||
{
|
|
||||||
gl_seamless=self;
|
|
||||||
}
|
|
||||||
|
|
||||||
CUSTOM_CVARD(Float, vid_gamma, 1.f, CVAR_ARCHIVE | CVAR_GLOBALCONFIG, "adjusts gamma component of gamma ramp")
|
CUSTOM_CVARD(Float, vid_gamma, 1.f, CVAR_ARCHIVE | CVAR_GLOBALCONFIG, "adjusts gamma component of gamma ramp")
|
||||||
{
|
{
|
||||||
if (self < 0) self = 1;
|
if (self < 0) self = 1;
|
||||||
|
|
|
@ -2644,7 +2644,7 @@ OptionMenu "OpenGLOptions" protected
|
||||||
Option "$GLPREFMNU_SPRBILLBOARD", gl_billboard_mode, "BillboardModes"
|
Option "$GLPREFMNU_SPRBILLBOARD", gl_billboard_mode, "BillboardModes"
|
||||||
Option "$GLPREFMNU_SPRBILLFACECAMERA", gl_billboard_faces_camera, "OnOff"
|
Option "$GLPREFMNU_SPRBILLFACECAMERA", gl_billboard_faces_camera, "OnOff"
|
||||||
Option "$GLPREFMNU_PARTICLESTYLE", gl_particles_style, "Particles"
|
Option "$GLPREFMNU_PARTICLESTYLE", gl_particles_style, "Particles"
|
||||||
Option "$GLPREFMNU_RENDERQUALITY", gl_render_precise, "Precision"
|
Option "$GLPREFMNU_RENDERQUALITY", gl_seamless, "Precision"
|
||||||
StaticText " "
|
StaticText " "
|
||||||
Slider "$GLPREFMNU_MENUBLUR", gl_menu_blur, 0, 5.0, 0.5, 2
|
Slider "$GLPREFMNU_MENUBLUR", gl_menu_blur, 0, 5.0, 0.5, 2
|
||||||
StaticText " "
|
StaticText " "
|
||||||
|
|
Loading…
Reference in a new issue