mirror of
https://github.com/ppy/osu
synced 2025-02-17 02:47:19 +00:00
Don't dim slider head in DrawableSlider
This commit is contained in:
parent
d544b4dbf1
commit
91d7bd1026
@ -39,7 +39,7 @@ namespace osu.Game.Rulesets.Osu.Objects.Drawables
|
||||
|
||||
protected override IEnumerable<Drawable> DimmablePieces => new Drawable[]
|
||||
{
|
||||
HeadCircle,
|
||||
// HeadCircle should not be added to this list, as it handles dimming itself
|
||||
TailCircle,
|
||||
repeatContainer,
|
||||
Body,
|
||||
|
Loading…
Reference in New Issue
Block a user