Merge branch 'master' into mania-notelock

This commit is contained in:
smoogipoo
2020-08-31 13:31:41 +09:00
62 changed files with 725 additions and 262 deletions

View File

@ -238,7 +238,10 @@ namespace osu.Game.Rulesets.Mania.Objects.Drawables
protected override void CheckForResult(bool userTriggered, double timeOffset)
{
if (Tail.AllJudged)
{
ApplyResult(r => r.Type = HitResult.Perfect);
endHold();
}
if (Tail.Result.Type == HitResult.Miss)
HasBroken = true;