1
0
mirror of https://github.com/ppy/osu.git synced 2024-05-14 05:11:15 +08:00

Remove outdated inline comments

This commit is contained in:
Bartłomiej Dach 2023-12-20 15:44:02 +01:00
parent 38d6b7f45b
commit b0da24176e
No known key found for this signature in database

View File

@ -200,11 +200,9 @@ namespace osu.Game.Rulesets.Mania.Tests
});
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);
}