Fix actor scene tree dragging regression from d813078e91

#1104
This commit is contained in:
Wojtek Figat
2023-05-12 18:41:58 +02:00
parent eab14e28da
commit 1af69421fa

View File

@@ -729,8 +729,6 @@ namespace FlaxEditor.SceneGraph.GUI
{
DragData data;
var tree = ParentTree;
if (tree.Selection.Count == 1)
Select();
// Check if this node is selected
if (tree.Selection.Contains(this))