From 01d494a00feb35a1c297421805a41faca0d69e32 Mon Sep 17 00:00:00 2001 From: -=yb4f310 Date: Wed, 21 Feb 2018 09:56:49 +0100 Subject: [PATCH] Update: CC - Demo New - Before Render (wlw063ovw9.js) 7 bytes modified --- wlw063ovw9.js | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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;