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

beta.r3js.org
-=yb4f310 2018-03-24 12:03:09 +01:00
parent e2b77539d4
commit 75f15a972a
1 changed files with 3 additions and 0 deletions

View File

@ -1242,6 +1242,9 @@ GameLib.CustomCode.prototype.restore = function() {
clone.mesh.remove();
}
clone.mesh = clone.backupMesh;
clone.applyToMesh();
clone.mesh = this.createGameMesh(this.materialBreadCorner);
clone.mesh.position.z = 5;