We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11499e3 commit 547428bCopy full SHA for 547428b
Assets/JCSUnity/Scripts/UI/Slider/JCS_SoundSlider.cs
@@ -39,7 +39,7 @@ private void Awake()
39
this.mSlider = this.GetComponent<Slider>();
40
}
41
42
- private void Update()
+ private void LateUpdate()
43
{
44
float total = mSlider.maxValue - mSlider.minValue; // Find total.
45
float val = mSlider.value / total; // Convert to 0 to 1 scale.
0 commit comments