mirror of
https://github.com/ppy/osu.git
synced 2025-03-05 12:32:58 +08:00
Reword comment
This commit is contained in:
parent
05183c6e6f
commit
d021e213b2
@ -61,7 +61,7 @@ namespace osu.Game.Rulesets.Taiko.UI
|
|||||||
if (triggerComboClear(result) || triggerSwellClear(result))
|
if (triggerComboClear(result) || triggerSwellClear(result))
|
||||||
{
|
{
|
||||||
state.Value = TaikoMascotAnimationState.Clear;
|
state.Value = TaikoMascotAnimationState.Clear;
|
||||||
// never play fail immediately after clear.
|
// always consider a clear equivalent to a hit to avoid clear -> miss transitions
|
||||||
lastObjectHit = true;
|
lastObjectHit = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user