Update: CC - Snake FS - Mouse Down (gzewp2awcf.js) 136 bytes modified

beta.r3js.org
-=yb4f310 2018-03-24 17:29:10 +01:00
parent cbb0a579dd
commit 598019fb6b
1 changed files with 5 additions and 0 deletions

View File

@ -3,6 +3,11 @@ if (!this.entityLoaded) {
}
if (!this.initialized) {
this.camera = this.entityLoaded.camera;
this.buttons = this.entityLoaded.buttons;
this.raycaster = this.entityLoaded.raycaster;
this.initialized = true;
}