mirror of
https://github.com/ppy/osu.git
synced 2024-12-15 05:42:56 +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]
|
[Test]
|
||||||
public void TestItemsAddedToEndInHostOnlyMode()
|
public void TestItemsAddedToEndInHostOnlyMode()
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user