mirror of
https://github.com/ppy/osu.git
synced 2026-05-20 21:40:44 +08:00
Don't dim slider head in DrawableSlider
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user