Fix type in inline comment

This commit is contained in:
Dean Herbert 2021-04-26 16:21:12 +09:00
parent 56da0a63da
commit aa99c192d0

View File

@ -421,7 +421,7 @@ namespace osu.Game.Screens.OnlinePlay.Multiplayer
{ {
StartPlay(); StartPlay();
// If the current user was host, they started the match and the in-progres operation needs to be stopped now. // If the current user was host, they started the match and the in-progress operation needs to be stopped now.
readyClickOperation?.Dispose(); readyClickOperation?.Dispose();
readyClickOperation = null; readyClickOperation = null;
} }