1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-13 19:52:55 +08:00

Fix test scene broken on master

This commit is contained in:
Salman Ahmed 2021-05-05 00:28:49 +03:00
parent 1ac80d42f9
commit 12c1ded7a8

View File

@ -30,6 +30,8 @@ namespace osu.Game.Tests.Visual.Editing
{
selectionBox = new SelectionBox
{
RelativeSizeAxes = Axes.Both,
CanRotate = true,
CanScaleX = true,
CanScaleY = true,