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

beta.r3js.org
-=yb4f310 2018-03-22 19:59:24 +01:00
parent fd2be3d0a0
commit 36b069362c
1 changed files with 1 additions and 1 deletions

View File

@ -1008,7 +1008,7 @@ GameLib.CustomCode.prototype.advanceSnake = function(delta) {
if ((body.orientation !== backup.orientation) &&
(index === 1)) {
this.createCorner(body, temp);
this.createCorner(body, backup);
}
return;