mirror of
https://github.com/osukey/osukey.git
synced 2025-05-30 01:47:30 +09:00
Fix base.OnLoadComplete() not being called
This commit is contained in:
parent
7913189aa9
commit
1af3bbf400
@ -60,6 +60,8 @@ namespace osu.Game.Rulesets.Mania.Objects.Drawables
|
|||||||
|
|
||||||
protected override void LoadComplete()
|
protected override void LoadComplete()
|
||||||
{
|
{
|
||||||
|
base.LoadComplete();
|
||||||
|
|
||||||
configTimingBasedNoteColouring.BindValueChanged(_ => updateSnapColour());
|
configTimingBasedNoteColouring.BindValueChanged(_ => updateSnapColour());
|
||||||
StartTimeBindable.BindValueChanged(_ => updateSnapColour(), true);
|
StartTimeBindable.BindValueChanged(_ => updateSnapColour(), true);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user