mirror of
https://github.com/osukey/osukey.git
synced 2025-07-03 01:09:57 +09:00
Update with framework bindable changes
This commit is contained in:
@ -42,7 +42,7 @@ namespace osu.Game.Screens.Multi.Match.Components
|
||||
}
|
||||
};
|
||||
|
||||
Host.BindValueChanged(updateHost);
|
||||
Host.BindValueChanged(e => updateHost(e.NewValue));
|
||||
}
|
||||
|
||||
private void updateHost(User host)
|
||||
|
Reference in New Issue
Block a user