mirror of
https://github.com/osukey/osukey.git
synced 2025-05-20 21:17:32 +09: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
|
||||
foreach (var unused in slider.Ticks)
|
||||
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 });
|
||||
|
Loading…
x
Reference in New Issue
Block a user