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

beta.r3js.org
-=yb4f310 2018-03-23 16:47:56 +01:00
parent ae451bd12c
commit c9b6cf347b
1 changed files with 1 additions and 1 deletions

View File

@ -1152,7 +1152,7 @@ GameLib.CustomCode.prototype.backup = function() {
this.backupPrevious = this.backupSnake.map(
function(body) {
return body;
return body.clone();
}
);