1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-14 08:52:55 +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
commit 087a2a741a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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,