1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-22 12:07:23 +08:00

Fix incorrect comment

This commit is contained in:
Dan Balasescu 2021-11-30 20:54:20 +09:00
parent 6b198ce112
commit 89d22824c3

View File

@ -35,7 +35,7 @@ namespace osu.Game.Tests.Visual.Multiplayer
[SetUpSteps]
public void SetUpSteps()
{
// Not scheduled since this should affect buttons added by the current test.
// Not inside a step since this is used to affect steps added by the current test.
currentItemId = 0;
}