mirror of
https://github.com/ppy/osu.git
synced 2025-02-13 23:12:56 +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());
|
client.ToggleSpectate().ContinueWith(_ => endOperation());
|
||||||
|
|
||||||
void endOperation() => clickOperation?.Dispose();
|
void endOperation() => clickOperation.Dispose();
|
||||||
}
|
}
|
||||||
|
|
||||||
[BackgroundDependencyLoader]
|
[BackgroundDependencyLoader]
|
||||||
|
Loading…
Reference in New Issue
Block a user