Fix anim graph crash regression

This commit is contained in:
Wojciech Figat
2021-11-23 17:25:40 +01:00
parent be0059f0af
commit 136b1fc421
2 changed files with 12 additions and 6 deletions

View File

@@ -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:
{