diff --git a/21g30t1e75.js b/21g30t1e75.js index 5702e8d..b4f3487 100644 --- a/21g30t1e75.js +++ b/21g30t1e75.js @@ -1270,12 +1270,13 @@ GameLib.CustomCode.prototype.restore = function() { } - clone.mesh = this.createGameMesh(this.materialBreadCorner); - + if (!clone.isTail) { + clone.mesh = this.createGameMesh(this.materialBreadCorner); + clone.applyToMesh(); + } //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); //clone.mesh.updateInstance('rotation');