diff --git a/21g30t1e75.js b/21g30t1e75.js index 732c93b..4faa37c 100644 --- a/21g30t1e75.js +++ b/21g30t1e75.js @@ -189,7 +189,7 @@ GameLib.CustomCode.SnakeBody.prototype.applyToMesh = function() { * TODO: We don't update instance position - animation should do this */ // this.mesh.updateInstance('position'); - this.mesh.updateInstance('rotation'); + //this.mesh.updateInstance('rotation'); } GameLib.CustomCode.SnakeBody.prototype.advance = function(orientation, flip) {