Remove banana positioning comment

This commit is contained in:
smoogipoo 2018-06-13 21:15:10 +09:00
parent 6867a398ca
commit 31bd59442f
1 changed files with 1 additions and 2 deletions

View File

@ -30,8 +30,7 @@ private void createBananas()
AddNested(new Banana
{
Samples = Samples,
StartTime = i,
X = 0 // The position will be set on the post processing
StartTime = i
});
}