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

beta.r3js.org
-=yb4f310 2018-03-23 15:30:05 +01:00
parent 28c6d52732
commit 169f543711
1 changed files with 7 additions and 0 deletions

View File

@ -1181,6 +1181,13 @@ GameLib.CustomCode.prototype.restore = function() {
) {
inUse = true;
}
if (backupBody.mesh === body.backupMesh) {
body.backupMesh.geometry = null;
body.backupMesh.materials = null;
body.backupMesh.remove();
}
}
)