catch: the fruit positions are finalized on the post process

This commit is contained in:
ekrctb
2018-05-25 19:11:29 +09:00
parent 8c8e87ed7a
commit 26c6313dec
2 changed files with 46 additions and 1 deletions

View File

@ -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
});
}