1
0
mirror of https://github.com/ppy/osu.git synced 2026-06-05 03:53:40 +08:00

Merge pull request #27369 from Detze/incorrect-slider-head-dim

Fix slider head being incorrectly dimmed twice
This commit is contained in:
Bartłomiej Dach
2024-02-27 11:17:34 +01:00
committed by GitHub
Unverified
@@ -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,