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

beta.r3js.org
-=yb4f310 2018-03-23 15:31:13 +01:00
parent 169f543711
commit c43779a16c
1 changed files with 3 additions and 3 deletions

View File

@ -1183,9 +1183,9 @@ GameLib.CustomCode.prototype.restore = function() {
} }
if (backupBody.mesh === body.backupMesh) { if (backupBody.mesh === body.backupMesh) {
body.backupMesh.geometry = null; body.mesh.geometry = null;
body.backupMesh.materials = null; body.mesh.materials = null;
body.backupMesh.remove(); body.mesh.remove();
} }
} }