diff --git a/21g30t1e75.js b/21g30t1e75.js index c3442f8..e7a4d05 100644 --- a/21g30t1e75.js +++ b/21g30t1e75.js @@ -89,7 +89,7 @@ GameLib.CustomCode.prototype.createGameMesh = function(image) { * Create our objects */ this.meshEnd = this.createGameMesh(this.imageEnd); -this.meshEnd.rotation.z = Math.PI / 2; +this.meshEnd.rotation.z = Math.PI; this.meshEnd.updateInstance('rotation'); this.meshPatty = this.createGameMesh(this.imagePatty);