1
0
mirror of https://github.com/ppy/osu.git synced 2024-12-14 12:33:01 +08:00

Make the captured objects not update for now

Since this is not the intended functionality.
This commit is contained in:
smoogipoo 2017-12-18 19:31:03 +09:00
parent 5493493f82
commit fabf1bf60a

View File

@ -70,11 +70,7 @@ namespace osu.Game.Rulesets.Edit.Layers.Selection
RelativeSizeAxes = Axes.Both,
Alpha = 0,
GetDragRectangle = () => dragRectangle,
UpdateDragRectangle = r =>
{
updateDragRectangle(r);
BeginCapture();
},
UpdateDragRectangle = updateDragRectangle,
FinishDrag = FinishCapture
}
};