mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 16:29:58 +09:00
Subscribe to event handler instead.
This commit is contained in:
@ -17,7 +17,7 @@ namespace osu.Android
|
||||
private void load(OsuGame game)
|
||||
{
|
||||
localUserPlaying = game.LocalUserPlaying.GetBoundCopy();
|
||||
localUserPlaying.BindValueChanged(userPlaying => updateLock(userPlaying));
|
||||
localUserPlaying.ValueChanged += updateLock;
|
||||
}
|
||||
|
||||
private void updateLock(ValueChangedEvent<bool> userPlaying)
|
||||
|
Reference in New Issue
Block a user