Skip to content

Commit 7ca0380

Browse files
committed
doc
1 parent a13c12c commit 7ca0380

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Assets/UiManager.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ public void init(int value)
4949
setSliderValue(defaults);
5050
GlobalManager.Instance.SimulationParameter.Init(value);
5151
Debug.Log(BodiesCountSlider.GetComponent<SliderUi>());
52-
switch ((SimulationType)value)
52+
switch ((SimulationType)value) // not proud of this
5353
{
5454
case SimulationType.Galaxy:
5555
BlackHoleMassSlider.GetComponent<SliderUi>().SetSliderInteractable(true);

0 commit comments

Comments
 (0)