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:
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;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user