Discarding 3 times is correct

This commit is contained in:
smoogipoo
2018-06-13 21:10:54 +09:00
parent 250e8645e1
commit e1f5498924
2 changed files with 32 additions and 31 deletions

View File

@ -50,6 +50,7 @@ namespace osu.Game.Rulesets.Catch.Beatmaps
((BananaShower.Banana)nested).X = (float)rng.NextDouble();
rng.Next(); // osu!stable retrieved a random banana type
rng.Next(); // osu!stable retrieved a random banana rotation
rng.Next(); // osu!stable retrieved a random banana colour
}
break;
case JuiceStream juiceStream: