mirror of
https://github.com/ppy/osu.git
synced 2025-03-05 11:43:01 +08:00
Fix incorrect size reset function.
This commit is contained in:
parent
8553e1cad3
commit
09c0e18a04
@ -100,7 +100,7 @@ namespace osu.Desktop.VisualTests.Tests
|
||||
playfieldContainer.Delay(delay).ResizeTo(new Vector2(1, rng.Next(25, 400)), 500);
|
||||
break;
|
||||
case 6:
|
||||
playfieldContainer.Delay(delay).ResizeTo(new Vector2(TaikoPlayfield.DEFAULT_HEIGHT), 500);
|
||||
playfieldContainer.Delay(delay).ResizeTo(new Vector2(1, TaikoPlayfield.DEFAULT_HEIGHT), 500);
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user