1
0
mirror of https://github.com/ppy/osu.git synced 2024-09-21 23:27:25 +08:00

Remove now unneeded hide

This commit is contained in:
smoogipoo 2018-02-15 19:10:55 +09:00
parent 9583191556
commit ebcdb62570

View File

@ -111,10 +111,6 @@ namespace osu.Game.Rulesets.Edit.Layers.Selection
if (selectedHitObjects.Count == 0)
return;
// Due to https://github.com/ppy/osu-framework/issues/1382, we may get here through both
// OnDragEnd and OnClick methods within a single frame, OnMouseDown doesn't help us here
captureBox?.Hide();
AddInternal(captureBox = new CaptureBox(this, selectedHitObjects.ToList()));
}
}