mirror of
https://github.com/osukey/osukey.git
synced 2025-08-05 07:33:55 +09:00
Load Player-based TestCases asynchronously
This commit is contained in:
@ -78,7 +78,7 @@ namespace osu.Game.Tests.Visual
|
||||
if (Player != null)
|
||||
Remove(Player);
|
||||
|
||||
LoadScreen(CreatePlayer(working, instance));
|
||||
LoadComponentAsync(CreatePlayer(working, instance), LoadScreen);
|
||||
}
|
||||
|
||||
protected virtual Player CreatePlayer(WorkingBeatmap beatmap, Ruleset ruleset) => new Player
|
||||
|
Reference in New Issue
Block a user