mirror of
https://github.com/ppy/osu
synced 2024-12-26 17:02:59 +00:00
Merge pull request #27369 from Detze/incorrect-slider-head-dim
Fix slider head being incorrectly dimmed twice
This commit is contained in:
commit
087a2a741a
@ -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,
|
||||||
|
Loading…
Reference in New Issue
Block a user