From 71b62003077db5e1f8b6d1b77d114e94afce369a Mon Sep 17 00:00:00 2001 From: -=yb4f310 Date: Tue, 6 Mar 2018 12:37:19 +0100 Subject: [PATCH] Update: CC - Demo New - Mouse Move (n9evs68jpd.js) 26 bytes modified --- n9evs68jpd.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/n9evs68jpd.js b/n9evs68jpd.js index a836e94..298087d 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.lookatTarget = new GameLib.Vector3(this.entityLoaded.graphics); this.initialized = true; }