1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-22 00:47:24 +08:00

Don't dim slider head in DrawableSlider

This commit is contained in:
Detze 2024-02-24 21:56:44 +01:00
parent d544b4dbf1
commit 91d7bd1026

View File

@ -39,7 +39,7 @@ namespace osu.Game.Rulesets.Osu.Objects.Drawables
protected override IEnumerable<Drawable> DimmablePieces => new Drawable[] protected override IEnumerable<Drawable> DimmablePieces => new Drawable[]
{ {
HeadCircle, // HeadCircle should not be added to this list, as it handles dimming itself
TailCircle, TailCircle,
repeatContainer, repeatContainer,
Body, Body,