1
0
mirror of https://github.com/ppy/osu.git synced 2025-03-15 17:47:18 +08:00

Replace finishing catcher transforms with until-true step

This commit is contained in:
Salman Ahmed 2020-04-22 10:43:49 +03:00
parent 730b5ea1a9
commit bffe6742e0
No known key found for this signature in database
GPG Key ID: ED81FD33FD9B58BC

View File

@ -126,10 +126,9 @@ namespace osu.Game.Rulesets.Catch.Tests
trails = catcherArea.OfType<CatcherTrailDisplay>().Single();
catcherArea.MovableCatcher.SetHyperDashState(2);
catcherArea.MovableCatcher.FinishTransforms();
});
AddAssert("catcher colour is correct", () =>
AddUntilStep("catcher colour is correct", () =>
{
var expected = expectedCatcherColour;