mirror of
https://github.com/ppy/osu.git
synced 2024-12-14 23:05:37 +08:00
Fix grammatical error in comment
This commit is contained in:
parent
1d425b8322
commit
bd2486e5a0
@ -258,7 +258,7 @@ namespace osu.Game.Rulesets.Osu.Objects.Drawables
|
||||
return;
|
||||
}
|
||||
|
||||
// Otherwise, if this slider is also needs to be judged, apply judgement proportionally to the number of nested hitobjects hit. This is the classic osu!stable scoring.
|
||||
// Otherwise, if this slider also needs to be judged, apply judgement proportionally to the number of nested hitobjects hit. This is the classic osu!stable scoring.
|
||||
ApplyResult(r =>
|
||||
{
|
||||
int totalTicks = NestedHitObjects.Count;
|
||||
|
Loading…
Reference in New Issue
Block a user