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

beta.r3js.org
-=yb4f310 2018-03-24 13:38:39 +01:00
parent abdcdba66e
commit 098137f3fe
1 changed files with 3 additions and 3 deletions

View File

@ -1283,9 +1283,9 @@ GameLib.CustomCode.prototype.restore = function() {
clone.backupMesh.position.x += 0.5 * GameLib.CustomCode.BODY_SCALE_X;
}
clone.mesh = this.createGameMesh(this.materialBreadCorner);
if (!clone.isTail) {
clone.mesh = this.createGameMesh(this.materialBreadCorner);
}
//clone.mesh.visible = false;
//clone.mesh.updateInstance('visible');