diff --git a/21g30t1e75.js b/21g30t1e75.js index f934374..2f8cbc4 100644 --- a/21g30t1e75.js +++ b/21g30t1e75.js @@ -311,7 +311,13 @@ GameLib.CustomCode.prototype.advanceSnake = function(delta) { //body.backupMesh.updateInstance('visible'); body.mesh = this.meshBreadCorner.clone(); - } + } else { + body.orientation = temp.orientation; + + body.applyToMesh(); + + body.orientation = backup.orientation; + } }