1
0
mirror of https://github.com/ppy/osu.git synced 2025-02-03 17:22:57 +08:00

Fix inspection

This commit is contained in:
Dan Balasescu 2024-11-21 20:41:14 +09:00
parent 6870c99eb2
commit dc45816566
No known key found for this signature in database

View File

@ -58,7 +58,7 @@ namespace osu.Game.Screens.OnlinePlay.Multiplayer.Match
client.ToggleSpectate().ContinueWith(_ => endOperation());
void endOperation() => clickOperation?.Dispose();
void endOperation() => clickOperation.Dispose();
}
[BackgroundDependencyLoader]