refactor: standardize activeTool casing and enhance trigger mechanics with bufferTime
This commit is contained in:
@@ -243,6 +243,7 @@ const VehicleMechanics: React.FC = () => {
|
||||
uuid: THREE.MathUtils.generateUUID(),
|
||||
name: `Trigger ${triggerIndex + 1}`,
|
||||
type: '',
|
||||
bufferTime: 0,
|
||||
isUsed: false
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user