Update scroll speed to feel less sluggish

This commit is contained in:
PrecisionRender
2023-02-17 21:44:20 -06:00
parent 05cb02aa09
commit f0061e07b4

View File

@@ -23,7 +23,7 @@ namespace FlaxEngine.GUI
// Scrolling
private float _clickChange = 20, _scrollChange = 30;
private float _clickChange = 20, _scrollChange = 75;
private float _minimum, _maximum = 100;
private float _value, _targetValue;
private readonly Orientation _orientation;