1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-28 02:25:29 +08:00

Fix base.OnLoadComplete() not being called

This commit is contained in:
smoogipoo
2021-05-12 17:06:44 +09:00
Unverified
parent 7913189aa9
commit 1af3bbf400
@@ -60,6 +60,8 @@ namespace osu.Game.Rulesets.Mania.Objects.Drawables
protected override void LoadComplete()
{
base.LoadComplete();
configTimingBasedNoteColouring.BindValueChanged(_ => updateSnapColour());
StartTimeBindable.BindValueChanged(_ => updateSnapColour(), true);
}