Fix crash when using Vector3 soft casting in Visual Scripts
This commit is contained in:
@@ -675,6 +675,10 @@ void VisjectExecutor::ProcessGroupPacking(Box* box, Node* node, Value& value)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
// For in-built structures try to convert it into internal format for better comparability with the scripting
|
||||
value.Inline();
|
||||
|
||||
break;
|
||||
}
|
||||
// Unpack Structure
|
||||
|
||||
Reference in New Issue
Block a user