1
0
mirror of https://github.com/ppy/osu.git synced 2026-05-20 06:39:54 +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
Unverified
parent 730b5ea1a9
commit bffe6742e0
@@ -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;