mirror of
https://github.com/osukey/osukey.git
synced 2025-07-01 08:20:00 +09:00
Use correct button type
This commit is contained in:
@ -242,7 +242,7 @@ namespace osu.Game.Tests.Visual.UserInterface
|
|||||||
|
|
||||||
private void waitForLoad()
|
private void waitForLoad()
|
||||||
{
|
{
|
||||||
AddAssert("wait for icons to load", () => modSelect.AllLoaded);
|
AddUntilStep("wait for icons to load", () => modSelect.AllLoaded);
|
||||||
}
|
}
|
||||||
|
|
||||||
private void checkNotSelected(Mod mod)
|
private void checkNotSelected(Mod mod)
|
||||||
|
Reference in New Issue
Block a user