mirror of
https://github.com/ppy/osu.git
synced 2025-02-03 17:22:57 +08:00
Fix inspection
This commit is contained in:
parent
6870c99eb2
commit
dc45816566
@ -58,7 +58,7 @@ namespace osu.Game.Screens.OnlinePlay.Multiplayer.Match
|
||||
|
||||
client.ToggleSpectate().ContinueWith(_ => endOperation());
|
||||
|
||||
void endOperation() => clickOperation?.Dispose();
|
||||
void endOperation() => clickOperation.Dispose();
|
||||
}
|
||||
|
||||
[BackgroundDependencyLoader]
|
||||
|
Loading…
Reference in New Issue
Block a user