Add break

This commit is contained in:
Chandler Cox
2023-12-02 09:27:13 -06:00
parent 58bfd1954e
commit 7d15944381

View File

@@ -37,6 +37,7 @@ namespace FlaxEditor.SceneGraph.Actors
if (uiControl.Get<CanvasScaler>() == null) if (uiControl.Get<CanvasScaler>() == null)
continue; continue;
canSpawn = false; canSpawn = false;
break;
} }
if (canSpawn) if (canSpawn)