mirror of
https://github.com/osukey/osukey.git
synced 2025-06-03 11:57:36 +09: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…
x
Reference in New Issue
Block a user