From eed8fa8d6959845d81553aa5d78e1844f4ea18d0 Mon Sep 17 00:00:00 2001 From: smoogipoo Date: Fri, 15 Oct 2021 00:20:45 +0900 Subject: [PATCH] Expand comment a bit --- osu.Game/Tests/Visual/Multiplayer/TestMultiplayerClient.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/osu.Game/Tests/Visual/Multiplayer/TestMultiplayerClient.cs b/osu.Game/Tests/Visual/Multiplayer/TestMultiplayerClient.cs index 9aa36f8dbd..5e4e5942d9 100644 --- a/osu.Game/Tests/Visual/Multiplayer/TestMultiplayerClient.cs +++ b/osu.Game/Tests/Visual/Multiplayer/TestMultiplayerClient.cs @@ -68,7 +68,7 @@ namespace osu.Game.Tests.Visual.Multiplayer { ((IMultiplayerClient)this).UserJoined(user).Wait(); - // We want the user to be immediately available for testing, so force a scheduler update. + // We want the user to be immediately available for testing, so force a scheduler update to run the update-bound continuation. Scheduler.Update(); }