mirror of
https://github.com/ppy/osu.git
synced 2025-02-21 20:12:57 +08:00
fix maps ending early
This commit is contained in:
parent
801fa39145
commit
4e8944de04
@ -41,6 +41,10 @@ namespace osu.Game.Rulesets.Osu.Scoring
|
|||||||
// Ticks
|
// Ticks
|
||||||
foreach (var unused in slider.Ticks)
|
foreach (var unused in slider.Ticks)
|
||||||
AddJudgement(new OsuJudgement { Result = HitResult.Great });
|
AddJudgement(new OsuJudgement { Result = HitResult.Great });
|
||||||
|
|
||||||
|
//Bouncers
|
||||||
|
foreach (var unused in slider.Bouncers)
|
||||||
|
AddJudgement(new OsuJudgement { Result = HitResult.Great });
|
||||||
}
|
}
|
||||||
|
|
||||||
AddJudgement(new OsuJudgement { Result = HitResult.Great });
|
AddJudgement(new OsuJudgement { Result = HitResult.Great });
|
||||||
|
Loading…
Reference in New Issue
Block a user