fix
This commit is contained in:
@@ -193,7 +193,6 @@ function PillarJibAnimator({ crane, points }: { crane: CraneStatus; points: [THR
|
|||||||
if (parseFloat(Math.abs(dy).toFixed(2)) < 0.05) {
|
if (parseFloat(Math.abs(dy).toFixed(2)) < 0.05) {
|
||||||
hook.position.y = animationData.finalHookTargetY;
|
hook.position.y = animationData.finalHookTargetY;
|
||||||
setAnimationPhase('idle');
|
setAnimationPhase('idle');
|
||||||
console.log('hii');
|
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user