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

beta.r3js.org
-=yb4f310 2018-03-06 12:32:39 +01:00
parent 845ea236c1
commit 6b4675c8f8
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 = null;
this.lookatTarget = new GameLib.Vector3();
this.initialized = true;
}