Fix minor issue with Visual Script set parameter node calling flow during debugger value evaluation
This commit is contained in:
@@ -222,7 +222,7 @@ void VisualScriptExecutor::ProcessGroupParameters(Box* box, Node* node, Value& v
|
||||
LOG(Error, "Failed to access Visual Script parameter for {0}.", stack.Stack->Instance->ToString());
|
||||
PrintStack(LogType::Error);
|
||||
}
|
||||
if (node->Boxes[2].HasConnection())
|
||||
if (box->ID == 0 && node->Boxes[2].HasConnection())
|
||||
eatBox(node, node->Boxes[2].FirstConnection());
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user