Move to LoadComplete() better

This commit is contained in:
Bartłomiej Dach
2023-01-16 21:47:31 +01:00
parent 3f75506552
commit f79037cefb
2 changed files with 8 additions and 1 deletions

View File

@ -51,6 +51,8 @@ namespace osu.Game.Overlays.Profile.Header.Components
protected override void LoadComplete()
{
base.LoadComplete();
LevelInfo.BindValueChanged(level => updateLevel(level.NewValue), true);
}