mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 00:40:09 +09:00
Discarding 3 times is correct
This commit is contained in:
@ -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:
|
||||
|
Reference in New Issue
Block a user