fix maps ending early

This commit is contained in:
Shawdooow 2017-09-26 22:54:33 -04:00
parent 801fa39145
commit 4e8944de04
1 changed files with 4 additions and 0 deletions

View File

@ -41,6 +41,10 @@ protected override void SimulateAutoplay(Beatmap<OsuHitObject> beatmap)
// 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 });