Make height test steps work better

This commit is contained in:
Bartłomiej Dach
2020-12-13 00:00:37 +01:00
parent 43c0e2191d
commit 3a3b32186e
2 changed files with 6 additions and 4 deletions

View File

@ -99,7 +99,7 @@ namespace osu.Game.Rulesets.Taiko.Tests
break;
case 6:
PlayfieldContainer.Delay(delay).ResizeTo(new Vector2(1, TaikoPlayfield.DEFAULT_HEIGHT), 500);
PlayfieldContainer.Delay(delay).ResizeTo(new Vector2(1, DEFAULT_PLAYFIELD_CONTAINER_HEIGHT), 500);
break;
}
}