mirror of
https://github.com/ppy/osu.git
synced 2026-05-27 21:08:34 +08:00
Fix base.OnLoadComplete() not being called
This commit is contained in:
@@ -60,6 +60,8 @@ namespace osu.Game.Rulesets.Mania.Objects.Drawables
|
||||
|
||||
protected override void LoadComplete()
|
||||
{
|
||||
base.LoadComplete();
|
||||
|
||||
configTimingBasedNoteColouring.BindValueChanged(_ => updateSnapColour());
|
||||
StartTimeBindable.BindValueChanged(_ => updateSnapColour(), true);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user