mirror of
https://github.com/osukey/osukey.git
synced 2025-08-08 09:03:50 +09:00
Ensure correct behaviour for clear animation
This commit is contained in:
@ -103,7 +103,8 @@ namespace osu.Game.Rulesets.Taiko.UI
|
|||||||
var texture = getAnimationFrame(skin, TaikoMascotAnimationState.Clear, frameIndex);
|
var texture = getAnimationFrame(skin, TaikoMascotAnimationState.Clear, frameIndex);
|
||||||
|
|
||||||
if (texture == null)
|
if (texture == null)
|
||||||
continue;
|
// as per https://osu.ppy.sh/help/wiki/Skinning/osu!taiko#pippidon
|
||||||
|
break;
|
||||||
|
|
||||||
AddFrame(texture);
|
AddFrame(texture);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user