From fabf1bf60aa275d4748f894fdef4d18ae132adc4 Mon Sep 17 00:00:00 2001 From: smoogipoo Date: Mon, 18 Dec 2017 19:31:03 +0900 Subject: [PATCH] Make the captured objects not update for now Since this is not the intended functionality. --- .../Rulesets/Edit/Layers/Selection/HitObjectSelectionBox.cs | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/osu.Game/Rulesets/Edit/Layers/Selection/HitObjectSelectionBox.cs b/osu.Game/Rulesets/Edit/Layers/Selection/HitObjectSelectionBox.cs index 13405e3054..6f73d6b916 100644 --- a/osu.Game/Rulesets/Edit/Layers/Selection/HitObjectSelectionBox.cs +++ b/osu.Game/Rulesets/Edit/Layers/Selection/HitObjectSelectionBox.cs @@ -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 } };