Fix test failures in skin editor test scene

This commit is contained in:
Bartłomiej Dach 2022-03-26 19:28:07 +01:00
parent a30d6256f4
commit 69cc863611
No known key found for this signature in database
GPG Key ID: BCECCD4FA41F6497
1 changed files with 1 additions and 0 deletions

View File

@ -37,6 +37,7 @@ public override void SetUpSteps()
Player.ScaleTo(0.4f);
LoadComponentAsync(skinEditor = new SkinEditor(Player), Add);
});
AddUntilStep("wait for loaded", () => skinEditor.IsLoaded);
}
[Test]