This commit is contained in:
2025-08-07 14:53:38 +05:30
parent a1557001e6
commit 54740ffbfc

View File

@@ -193,7 +193,6 @@ function PillarJibAnimator({ crane, points }: { crane: CraneStatus; points: [THR
if (parseFloat(Math.abs(dy).toFixed(2)) < 0.05) {
hook.position.y = animationData.finalHookTargetY;
setAnimationPhase('idle');
console.log('hii');
}
break;
}