From b3d3f36196d5dabe37a2659a65ed845c20d766d4 Mon Sep 17 00:00:00 2001 From: -=yb4f310 Date: Tue, 6 Mar 2018 12:39:03 +0100 Subject: [PATCH] Update: CC - Demo New - Mouse Move (n9evs68jpd.js) 22 bytes modified --- n9evs68jpd.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/n9evs68jpd.js b/n9evs68jpd.js index 298087d..9eba644 100644 --- a/n9evs68jpd.js +++ b/n9evs68jpd.js @@ -8,7 +8,7 @@ if (!this.initialized) { this.camera = this.entityLoaded.camera; this.meshImageGrid = this.entityLoaded.meshImageGrid; this.meshBox = this.entityLoaded.meshBox; - this.lookatTarget = new GameLib.Vector3(this.entityLoaded.graphics); + this.lookatTarget = this.meshImageGrid.lookAt; this.initialized = true; }