kwilcz / Antario

Clean base/cheat made for CS:GO.
MIT License
131 stars 34 forks source link

a slider issue #50

Closed ghost closed 6 years ago

ghost commented 6 years ago

When your intial value is higher than flMaxValue, the slider will be like this 20180819162753

I know in most of the case this wont happen, but it should be fixed IMO.

certmemer commented 6 years ago

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