Merge remote-tracking branch 'upstream/master' into selection-hitsound-addition

This commit is contained in:
Dean Herbert
2019-11-12 10:44:53 +09:00
160 changed files with 2149 additions and 2959 deletions

View File

@ -27,11 +27,13 @@ namespace osu.Game.Rulesets.Catch.Objects
return;
for (double i = StartTime; i <= EndTime; i += spacing)
{
AddNested(new Banana
{
Samples = Samples,
StartTime = i
});
}
}
public double EndTime => StartTime + Duration;