We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a13c12c commit 7ca0380Copy full SHA for 7ca0380
Assets/UiManager.cs
@@ -49,7 +49,7 @@ public void init(int value)
49
setSliderValue(defaults);
50
GlobalManager.Instance.SimulationParameter.Init(value);
51
Debug.Log(BodiesCountSlider.GetComponent<SliderUi>());
52
- switch ((SimulationType)value)
+ switch ((SimulationType)value) // not proud of this
53
{
54
case SimulationType.Galaxy:
55
BlackHoleMassSlider.GetComponent<SliderUi>().SetSliderInteractable(true);
0 commit comments