Merge branch 'scene-select-fix' of https://github.com/Tryibion/FlaxEngine

This commit is contained in:
Wojtek Figat
2023-09-10 10:59:13 +02:00

View File

@@ -762,6 +762,10 @@ namespace FlaxEditor.GUI.Tree
// Add/Remove
tree.AddOrRemoveSelection(this);
}
else if (button == MouseButton.Right && tree.Selection.Contains(this))
{
// Do nothing
}
else
{
// Select