Update: CC - Snake FS - Entity Loaded (21g30t1e75.js) 84 bytes modified

beta.r3js.org
-=yb4f310 2018-03-24 12:50:04 +01:00
parent 6d130fd242
commit 3835a29219
1 changed files with 4 additions and 0 deletions

View File

@ -1247,6 +1247,10 @@ GameLib.CustomCode.prototype.restore = function() {
clone.backupMesh = clone.mesh;
clone.mesh = this.createGameMesh(this.materialBreadCorner);
clone.mesh.visible = false;
clone.mesh.updateInstance('visible');
clone.applyToMesh();
//clone.mesh.rotation.z = clone.orientation * Math.PI / 2;
//clone.mesh.rotation.z += ((Math.PI / 2) * clone.flip);