mirror of https://github.com/ppy/osu
Update osu.Game.Rulesets.Taiko/UI/DrawableTaikoMascot.cs
Co-Authored-By: Bartłomiej Dach <dach.bartlomiej@gmail.com>
This commit is contained in:
parent
c049302650
commit
5caa4dedc2
|
@ -77,7 +77,7 @@ private TaikoMascotTextureAnimation getStateDrawable(TaikoMascotAnimationState s
|
|||
return failDrawable;
|
||||
|
||||
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}");
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue