Merge branch 'fix-scroll-speed' of https://github.com/PrecisionRender/FlaxEngine into PrecisionRender-fix-scroll-speed

This commit is contained in:
2023-02-18 17:01:39 +01:00
+1 -1
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;