Closed ghost closed 6 years ago
When your intial value is higher than flMaxValue, the slider will be like this
I know in most of the case this wont happen, but it should be fixed IMO.
https://github.com/Wando1423/Antario/blob/master/Antario/GUI/GUI.cpp#L579 just add there some kind of flValue = std::clamp(flValue, flMinValue, flMaxValue) that should do the job anyways menu is being reworked
When your intial value is higher than flMaxValue, the slider will be like this
I know in most of the case this wont happen, but it should be fixed IMO.