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

beta.r3js.org
-=yb4f310 2018-03-15 15:22:22 +01:00
parent b4362a94f4
commit 2b3ef2ee6d
1 changed files with 1 additions and 1 deletions

View File

@ -290,7 +290,7 @@ GameLib.CustomCode.prototype.advanceSnake = function(delta) {
body.mesh.updateInstance('visible');
}
if (body.orientation !== temp.orientation) {
if (body.orientation !== this.snake[index-1].orientation) {
/**
* Our orientation changed - we should make a corner
*/