Skip to content

Commit

Permalink
Remove outdated inline comments
Browse files Browse the repository at this point in the history
  • Loading branch information
bdach committed Dec 20, 2023
1 parent 38d6b7f commit b0da241
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions osu.Game.Rulesets.Mania.Tests/TestSceneHoldNoteInput.cs
Original file line number Diff line number Diff line change
Expand Up @@ -200,11 +200,9 @@ public void TestPressAtStartThenReleaseAndImmediatelyRepress()
});

assertHeadJudgement(HitResult.Perfect);
// judgement combo offset by perfect bonus judgement. see logic in DrawableNote.CheckForResult.
assertComboAtJudgement(0, 1);
assertTailJudgement(HitResult.Meh);
assertComboAtJudgement(1, 0);
// judgement combo offset by perfect bonus judgement. see logic in DrawableNote.CheckForResult.
assertComboAtJudgement(3, 1);
}

Expand Down

0 comments on commit b0da241

Please sign in to comment.