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

beta.r3js.org
-=yb4f310 2018-03-24 11:58:07 +01:00
parent 74b55961a7
commit 9bf6897b29
1 changed files with 11 additions and 0 deletions

View File

@ -1234,8 +1234,19 @@ GameLib.CustomCode.prototype.restore = function() {
if (clone.backupMesh) {
clone.backupMesh.visible = false;
clone.backupMesh.updateInstance('visible');
clone.mesh = this.createGameMesh(this.materialBreadCorner);
clone.mesh.position.z = 5;
clone.mesh.updateInstance('position');
clone.mesh.visible = true;
clone.mesh.updateInstance('visible');
} else {
clone.mesh.visible = true;
clone.mesh.updateInstance('visible');