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

beta.r3js.org
-=yb4f310 2018-03-24 12:11:52 +01:00
parent 92ff024f82
commit fbf8e5f7ec
1 changed files with 2 additions and 0 deletions

View File

@ -1243,7 +1243,9 @@ GameLib.CustomCode.prototype.restore = function() {
clone.backupMesh.updateInstance('visible');
clone.mesh = clone.backupMesh;
clone.backupMesh = null;
clone.applyToMesh();
clone.backupMesh = clone.mesh;
clone.mesh = this.createGameMesh(this.materialBreadCorner);