1
0
mirror of https://github.com/ppy/osu.git synced 2025-03-16 15:37:19 +08:00
osu-lazer/osu.Game.Rulesets.Catch.Tests
ekrctb 623ba15919 Relax caught object stacking test
The stacking code currently uses an unseeded RNG and there is a non-zero chance the stack will be very flat (small Y position difference).
Technically, `RNG.NextSingle(0, 5)` can return `0`, but extremely unlikely that the all RNG calls return 0.
2021-07-04 10:23:49 +09:00
..