Make slider tails not play hitsounds

This commit is contained in:
smoogipoo 2018-02-08 14:40:35 +09:00
parent 998acc5150
commit c213e58eff

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);