mirror of
https://github.com/osukey/osukey.git
synced 2025-08-06 08:03:52 +09:00
Update osu.Game.Rulesets.Taiko/UI/DrawableTaikoMascot.cs
Co-Authored-By: Bartłomiej Dach <dach.bartlomiej@gmail.com>
This commit is contained in:
@ -77,7 +77,7 @@ namespace osu.Game.Rulesets.Taiko.UI
|
|||||||
return failDrawable;
|
return failDrawable;
|
||||||
|
|
||||||
default:
|
default:
|
||||||
throw new ArgumentException($"There's no case for animation state ${state} available", nameof(state));
|
throw new ArgumentOutOfRangeException(nameof(state), $"There's no animation available for state {state}");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user