mirror of
https://github.com/osukey/osukey.git
synced 2025-07-03 01:09:57 +09:00
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:
@ -108,6 +108,7 @@ namespace osu.Game.Rulesets.Catch.Replays
|
||||
case BananaShower.Banana _:
|
||||
case TinyDroplet _:
|
||||
case Droplet _:
|
||||
case Fruit _:
|
||||
moveToNext(nestedObj);
|
||||
break;
|
||||
}
|
||||
|
Reference in New Issue
Block a user