Merge branch 'fix-comment-node-cm' of https://github.com/Tryibion/FlaxEngine into Tryibion-fix-comment-node-cm
This commit is contained in:
@@ -875,7 +875,7 @@ namespace FlaxEditor.Surface.ContextMenu
|
|||||||
AddInputOutputElement(archetype, output.Type, true, $"{output.Name} ({output.Type.Name})");
|
AddInputOutputElement(archetype, output.Type, true, $"{output.Name} ({output.Type.Name})");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else
|
else if (archetype.Elements != null) // Skip if no Elements (ex: Comment node)
|
||||||
{
|
{
|
||||||
foreach (var element in archetype.Elements)
|
foreach (var element in archetype.Elements)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user