1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-28 08:02:55 +08:00

Remove banana positioning comment

This commit is contained in:
smoogipoo 2018-06-13 21:15:10 +09:00
parent 6867a398ca
commit 31bd59442f

View File

@ -30,8 +30,7 @@ namespace osu.Game.Rulesets.Catch.Objects
AddNested(new Banana
{
Samples = Samples,
StartTime = i,
X = 0 // The position will be set on the post processing
StartTime = i
});
}