diff --git a/wlw063ovw9.js b/wlw063ovw9.js index 46e4caa..242830c 100644 --- a/wlw063ovw9.js +++ b/wlw063ovw9.js @@ -15,7 +15,7 @@ if (!this.initialized) { this.mouseMove = this.entityLoaded.mouseMove; - this.lookAtTarget = this.entityLoaded.lookAtTarget; + this.lookAtTarget = this.mouseMove.lookAtTarget; this.meshImageGrid = this.entityLoaded.meshImageGrid; @@ -28,7 +28,7 @@ if (!this.initialized) { this.time += 0.1 * data.delta; -this.lookAtTarget = this.entityLoaded.lookAtTarget; +this.lookAtTarget = this.mouseMove.lookAtTarget; if (this.lookAtTarget) { @@ -40,7 +40,6 @@ if (this.lookAtTarget) { } - if (this.startAnimation) { this.time = 0; this.animate = true;