mirror of
https://github.com/osukey/osukey.git
synced 2025-08-04 15:16:38 +09:00
Remove banana positioning comment
This commit is contained in:
@ -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
|
||||
});
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user