mirror of
https://github.com/ppy/osu.git
synced 2026-05-23 18:19:53 +08:00
Merge pull request #20424 from peppy/fix-argon-slider-point-colour
Fix slider tick colour not being applied properly
This commit is contained in:
@@ -34,7 +34,7 @@ namespace osu.Game.Rulesets.Osu.Skinning.Argon
|
||||
};
|
||||
|
||||
accentColour = hitObject.AccentColour.GetBoundCopy();
|
||||
accentColour.BindValueChanged(accent => BorderColour = accent.NewValue);
|
||||
accentColour.BindValueChanged(accent => BorderColour = accent.NewValue, true);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user