mirror of
https://github.com/ppy/osu.git
synced 2025-01-13 10:43:04 +08: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