Merge pull request #1731 from Aergwyn/add-missing-repeat-samples

Add Samples to RepeatPoint construction
This commit is contained in:
Dan Balasescu 2017-12-23 22:00:16 +09:00 committed by GitHub
commit 77e4a7cec2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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