Update: CC - Demo New - Mouse Move (n9evs68jpd.js) 26 bytes modified

beta.r3js.org
-=yb4f310 2018-03-06 12:37:19 +01:00
parent 6b4675c8f8
commit 71b6200307
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}