1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-13 07:43:00 +08:00

Remove incorrect spec

This commit is contained in:
Bartłomiej Dach 2023-12-25 14:00:32 +01:00
parent b1d994b6ff
commit 8142a7cb7e
No known key found for this signature in database

View File

@ -461,7 +461,6 @@ namespace osu.Game.Skinning
case HitResult.LargeTickMiss:
return this.GetAnimation("slidertickmiss", true, false);
case HitResult.ComboBreak:
case HitResult.IgnoreMiss:
return this.GetAnimation("sliderendmiss", true, false);