Fix selecting CSG Brush face
This commit is contained in:
@@ -312,7 +312,7 @@ namespace FlaxEditor.SceneGraph
|
||||
// Skip actors that should not be selected
|
||||
if (hit != null && _actor != null && (_actor.HideFlags & HideFlags.DontSelect) == HideFlags.DontSelect)
|
||||
{
|
||||
hit = parentNode;
|
||||
hit = null;
|
||||
}
|
||||
|
||||
return hit;
|
||||
|
||||
Reference in New Issue
Block a user