1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-23 17:00:40 +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:
Dean Herbert
2022-09-24 02:10:03 +09:00
committed by GitHub
Unverified
@@ -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);
}
}
}