mirror of
https://github.com/ppy/osu.git
synced 2025-01-12 20:22:55 +08:00
Update osu.Game.Rulesets.Taiko/UI/TaikoMascotTextureAnimation.cs
Co-Authored-By: Bartłomiej Dach <dach.bartlomiej@gmail.com>
This commit is contained in:
parent
ece6e2db5c
commit
c049302650
@ -100,7 +100,7 @@ namespace osu.Game.Rulesets.Taiko.UI
|
|||||||
return "kiai";
|
return "kiai";
|
||||||
|
|
||||||
default:
|
default:
|
||||||
throw new ArgumentException($"There's no case for animation state ${state} available", nameof(state));
|
throw new ArgumentOutOfRangeException(nameof(state), $"There's no case for animation state {state} available");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user