mirror of
https://github.com/ppy/osu.git
synced 2025-02-15 10:22:56 +08:00
Add inline comment for colour border override
This commit is contained in:
parent
abcb564a74
commit
f0d4b9f0ca
@ -99,6 +99,7 @@ namespace osu.Game.Rulesets.Osu.Mods
|
||||
}
|
||||
}
|
||||
|
||||
// Makes the slider border coloured on all skins
|
||||
private void applySliderState(DrawableSlider slider) =>
|
||||
((PlaySliderBody)slider.Body.Drawable).BorderColour = slider.AccentColour.Value;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user