mirror of
https://github.com/osukey/osukey.git
synced 2025-08-02 22:26:41 +09:00
Move to LoadComplete()
better
This commit is contained in:
@ -51,6 +51,8 @@ namespace osu.Game.Overlays.Profile.Header.Components
|
||||
|
||||
protected override void LoadComplete()
|
||||
{
|
||||
base.LoadComplete();
|
||||
|
||||
LevelInfo.BindValueChanged(level => updateLevel(level.NewValue), true);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user