Fix osu!catch autoplay missing starts/ends of JuiceStreams

Fixes #2328.

Would only happen when ticks and ends were spaced too far apart (or there were no ticks in a juicestream).
This commit is contained in:
smoogipoo
2018-04-04 16:24:03 +09:00
parent fc09970bc5
commit 364c3bca06
2 changed files with 63 additions and 0 deletions

View File

@ -108,6 +108,7 @@ namespace osu.Game.Rulesets.Catch.Replays
case BananaShower.Banana _:
case TinyDroplet _:
case Droplet _:
case Fruit _:
moveToNext(nestedObj);
break;
}