Fix selecting CSG Brush face

This commit is contained in:
2026-09-19 22:43:28 +02:00
parent 3e44d8833f
commit 2974a0435c
+1 -1
View File
@@ -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;