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

beta.r3js.org
-=yb4f310 2018-03-23 16:18:47 +01:00
parent a1f44296ab
commit 4c3cab79a5
1 changed files with 1 additions and 1 deletions

View File

@ -1256,7 +1256,7 @@ GameLib.CustomCode.prototype.restore = function() {
this.grid[body.position.x][body.position.y] = body;
return body;
}
}.bind(this)
);
this.state.orientation = this.backupOrientation;