fix stats

This commit is contained in:
2023-11-17 15:33:02 +02:00
parent 725081c2cd
commit 448367d6d3
3 changed files with 12 additions and 15 deletions
@@ -39,6 +39,7 @@ public class TimeSliderUI : MonoBehaviour
Hide();
});
SliderValueChanger(_slider.value);
_slider.onValueChanged.AddListener(x=>SliderValueChanger(x));
}