Update PauseMenu.cs
This commit is contained in:
parent
0a8fa5a1aa
commit
bb1d1d635a
|
|
@ -134,6 +134,7 @@ namespace HeavenStudio.Common
|
||||||
{
|
{
|
||||||
int idx = t.GetSiblingIndex();
|
int idx = t.GetSiblingIndex();
|
||||||
optionSelected = idx;
|
optionSelected = idx;
|
||||||
|
ChooseOption((Options)idx, idx != optionSelected);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue