diff --git a/21g30t1e75.js b/21g30t1e75.js index d972f07..d381b9e 100644 --- a/21g30t1e75.js +++ b/21g30t1e75.js @@ -213,9 +213,9 @@ GameLib.CustomCode.SnakeBody.prototype.applyToMesh = function() { * TODO: We don't update instance position - animation should do this */ // this.mesh.updateInstance('position'); - if (!this.isTail) { + //if (!this.isTail) { this.mesh.updateInstance('rotation'); - } + //} } GameLib.CustomCode.SnakeBody.prototype.advance = function(orientation, flip) { @@ -469,7 +469,7 @@ GameLib.Event.Subscribe( //this.snake[2].mesh.instance.add(this.snake[3].mesh.instance); this.animation.meshes.push(this.snake[3].mesh); - this.animationRotation.meshes.push(this.snake[3].mesh); + //this.animationRotation.meshes.push(this.snake[3].mesh); /** * Cleanup grid