1
0
mirror of https://github.com/ppy/osu.git synced 2025-02-22 07:33:20 +08:00

Merge pull request #2036 from smoogipoo/fix-slider-samples

Make slider tails not play hitsounds
This commit is contained in:
Dean Herbert 2018-02-08 14:48:58 +09:00 committed by GitHub
commit cb2744c678
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -123,9 +123,7 @@ namespace osu.Game.Rulesets.Osu.Objects
StartTime = EndTime, StartTime = EndTime,
Position = StackedEndPosition, Position = StackedEndPosition,
IndexInCurrentCombo = IndexInCurrentCombo, IndexInCurrentCombo = IndexInCurrentCombo,
ComboColour = ComboColour, ComboColour = ComboColour
Samples = Samples,
SampleControlPoint = SampleControlPoint
}; };
AddNested(HeadCircle); AddNested(HeadCircle);