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

beta.r3js.org
-=yb4f310 2018-03-20 10:36:19 +01:00
parent 179671425f
commit 464f11e7ee
1 changed files with 1 additions and 1 deletions

View File

@ -321,7 +321,7 @@ GameLib.CustomCode.prototype.advanceSnake = function(delta) {
body.orientation !== temp.orientation
) {
if ((index + 1) < this.snake.length) {
if ((index ) < this.snake.length) {
/**
* Our orientation changed - we should make a corner
*/