dynamic loading of gate prefabs

This commit is contained in:
klemek
2020-12-19 20:02:15 +01:00
parent 205a663e07
commit 972a689d9c
61 changed files with 5685 additions and 7662 deletions
+1 -1
View File
@@ -28,7 +28,7 @@ namespace UntitledLogicGame.Workspace
get
{
if (_inputAnchor == null)
_inputAnchor = Anchors.First(g => g.Name == "A");
_inputAnchor = Anchors.FirstOrDefault(g => g.Name == "A");
return _inputAnchor;
}
}