mirror of
https://github.com/ppy/osu.git
synced 2024-12-14 16:12:57 +08:00
Fix test button display
This commit is contained in:
parent
ef170471f0
commit
48a181af1f
@ -32,6 +32,13 @@ namespace osu.Game.Tests.Visual.Multiplayer
|
||||
};
|
||||
});
|
||||
|
||||
[SetUpSteps]
|
||||
public void SetUpSteps()
|
||||
{
|
||||
// Not scheduled since this should affect buttons added by the current test.
|
||||
currentItemId = 0;
|
||||
}
|
||||
|
||||
[Test]
|
||||
public void TestItemsAddedToEndInHostOnlyMode()
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user