refactor: update speed handling in ConveyorMechanics and related types to support string values
This commit is contained in:
@@ -52,7 +52,7 @@ function Behaviour() {
|
||||
],
|
||||
assetPosition: [...item.position],
|
||||
assetRotation: [item.rotation.x, item.rotation.y, item.rotation.z],
|
||||
speed: 1,
|
||||
speed: 'Inherit',
|
||||
};
|
||||
|
||||
newPaths.push(newPath);
|
||||
|
||||
Reference in New Issue
Block a user