Skip to content

Commit

Permalink
Merge pull request ppy#27369 from Detze/incorrect-slider-head-dim
Browse files Browse the repository at this point in the history
Fix slider head being incorrectly dimmed twice
  • Loading branch information
bdach authored Feb 27, 2024
2 parents 7f0a552 + 91d7bd1 commit 087a2a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion osu.Game.Rulesets.Osu/Objects/Drawables/DrawableSlider.cs
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ public partial class DrawableSlider : DrawableOsuHitObject

protected override IEnumerable<Drawable> DimmablePieces => new Drawable[]
{
HeadCircle,
// HeadCircle should not be added to this list, as it handles dimming itself
TailCircle,
repeatContainer,
Body,
Expand Down

0 comments on commit 087a2a7

Please sign in to comment.