mirror of
https://github.com/ppy/osu
synced 2024-12-12 18:07:52 +00:00
Fix type in inline comment
This commit is contained in:
parent
56da0a63da
commit
aa99c192d0
@ -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;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user