mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-12-12 21:31:57 +00:00
- Fake grayed-out support for sliders.
This commit is contained in:
parent
6a10a4b84c
commit
9ce3ba1313
1 changed files with 1 additions and 1 deletions
|
@ -836,7 +836,7 @@ class OptionMenuItemSlider : OptionMenuSliderBase
|
||||||
{
|
{
|
||||||
CVar mCVar;
|
CVar mCVar;
|
||||||
|
|
||||||
OptionMenuItemSlider Init(String label, Name command, double min, double max, double step, int showval = 1)
|
OptionMenuItemSlider Init(String label, Name command, double min, double max, double step, int showval = 1, CVar graycheck = NULL)
|
||||||
{
|
{
|
||||||
Super.Init(label, min, max, step, showval, command);
|
Super.Init(label, min, max, step, showval, command);
|
||||||
mCVar =CVar.FindCVar(command);
|
mCVar =CVar.FindCVar(command);
|
||||||
|
|
Loading…
Reference in a new issue