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

beta.r3js.org
-=yb4f310 2018-03-15 15:24:10 +01:00
parent c24b3953db
commit 18ed18831a
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 !== this.snake[index-1].orientation) {
if (body.orientation !== backup.orientation) {
/**
* Our orientation changed - we should make a corner
*/