Merge branch 'master' into clock

This commit is contained in:
Bartłomiej Dach
2022-03-26 20:55:08 +01:00
committed by GitHub

View File

@ -37,6 +37,7 @@ namespace osu.Game.Tests.Visual.Gameplay
Player.ScaleTo(0.4f);
LoadComponentAsync(skinEditor = new SkinEditor(Player), Add);
});
AddUntilStep("wait for loaded", () => skinEditor.IsLoaded);
}
[Test]