refactor: update speed handling in ConveyorMechanics and related types to support string values

This commit is contained in:
2025-03-29 13:43:29 +05:30
parent 991fd4328a
commit 8606cbbe54
4 changed files with 8 additions and 7 deletions

View File

@@ -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);