diff --git a/21g30t1e75.js b/21g30t1e75.js index 5c6baad..7690c11 100644 --- a/21g30t1e75.js +++ b/21g30t1e75.js @@ -124,6 +124,8 @@ GameLib.CustomCode.SnakeBody = function( } this.mesh = mesh.clone(); + this.mesh.useQuaternion = false; + switch (this.bodyType) { case GameLib.CustomCode.BODY_TYPE_HEAD : break;