diff --git a/src/components/project/virtual-sample/Interactive360.vue b/src/components/project/virtual-sample/Interactive360.vue index 66f136f..9a7375c 100644 --- a/src/components/project/virtual-sample/Interactive360.vue +++ b/src/components/project/virtual-sample/Interactive360.vue @@ -146,8 +146,6 @@ function loopAnimation() { let animationIntervalId; watch(isLoopAnimationEnabled, (newValue) => { if (newValue) { - currentX.value = 0; - currentY.value = 0; animationIntervalId = setInterval(loopAnimation, 300); } else { clearInterval(animationIntervalId);