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

beta.r3js.org
-=yb4f310 2018-03-19 09:47:26 +01:00
parent 21881ffec6
commit 4b5b7771e0
1 changed files with 1 additions and 1 deletions

View File

@ -321,7 +321,7 @@ GameLib.CustomCode.prototype.advanceSnake = function(delta) {
body.mesh = this.meshBreadCorner.clone();
}
body.orientation = this.snake[index - 1].orientation;
body.orientation = temp.orientation;
}
}