1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-28 05:22:54 +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 selectionBox = new SelectionBox
{ {
RelativeSizeAxes = Axes.Both,
CanRotate = true, CanRotate = true,
CanScaleX = true, CanScaleX = true,
CanScaleY = true, CanScaleY = true,