mirror of
https://github.com/osukey/osukey.git
synced 2025-07-03 01:09:57 +09:00
catch: the fruit positions are finalized on the post process
This commit is contained in:
@ -32,7 +32,7 @@ namespace osu.Game.Rulesets.Catch.Objects
|
||||
{
|
||||
Samples = Samples,
|
||||
StartTime = i,
|
||||
X = RNG.NextSingle()
|
||||
X = 0 // The position will be set on the post processing
|
||||
});
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user