Merge branch 'scene-select-fix' of https://github.com/Tryibion/FlaxEngine
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user