Fix Length node in Visual Script

This commit is contained in:
Wojtek Figat
2020-12-31 15:02:21 +01:00
parent f7808dc7ca
commit 3ab04598da

View File

@@ -179,6 +179,7 @@ void VisjectExecutor::ProcessGroupMath(Box* box, Node* node, Value& value)
default: CRASH;
break;
}
break;
}
case 12:
switch (v1.Type.Type)
@@ -204,6 +205,7 @@ void VisjectExecutor::ProcessGroupMath(Box* box, Node* node, Value& value)
default: CRASH;
break;
}
break;
}
break;
}