Merge branch 'master' into fix-notification-overlay

This commit is contained in:
Dean Herbert
2017-12-24 13:31:43 +09:00
committed by GitHub

View File

@ -170,6 +170,7 @@ namespace osu.Game.Rulesets.Osu.Objects
StackHeight = StackHeight,
Scale = Scale,
ComboColour = ComboColour,
Samples = new SampleInfoList(RepeatSamples[repeat])
});
}
}