Fix anim graph crash regression
This commit is contained in:
@@ -588,6 +588,7 @@ void AnimGraphExecutor::ProcessGroupAnimation(Box* boxBase, Node* nodeBase, Valu
|
||||
// Animation Output
|
||||
case 1:
|
||||
value = tryGetValue(box, Value::Null);
|
||||
break;
|
||||
// Animation
|
||||
case 2:
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user