simplify parameter deleted code
This commit is contained in:
@@ -788,7 +788,7 @@ namespace FlaxEditor.Surface
|
||||
{
|
||||
if (nodes[i] is IParametersDependantNode node)
|
||||
{
|
||||
if (displayWarning && node.IsParamreferenced(param, window.VisjectSurface))
|
||||
if (displayWarning && node.IsParamreferenced(param))
|
||||
connectedParameterNodeCount++;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user