mirror of
https://github.com/osukey/osukey.git
synced 2025-05-30 01:47:30 +09:00
Make slider tails not play hitsounds
This commit is contained in:
parent
998acc5150
commit
c213e58eff
@ -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);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user