mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 16:59:53 +09:00
Update parameter discards
This commit is contained in:
@ -68,7 +68,7 @@ namespace osu.Game.Overlays.OSD
|
||||
if (val) selectedOption = 0;
|
||||
break;
|
||||
|
||||
case Enum _:
|
||||
case Enum:
|
||||
var values = Enum.GetValues(description.RawValue.GetType());
|
||||
optionCount = values.Length;
|
||||
selectedOption = Convert.ToInt32(description.RawValue);
|
||||
|
Reference in New Issue
Block a user