Update PauseMenu.cs

This commit is contained in:
minenice55 2023-12-02 20:20:39 -05:00
parent 0a8fa5a1aa
commit bb1d1d635a

View file

@ -134,6 +134,7 @@ namespace HeavenStudio.Common
{
int idx = t.GetSiblingIndex();
optionSelected = idx;
ChooseOption((Options)idx, idx != optionSelected);
break;
}
}