From 9b32ffd99069185208bafc3953d3effb11676128 Mon Sep 17 00:00:00 2001 From: -=yb4f310 Date: Mon, 12 Mar 2018 21:03:30 +0100 Subject: [PATCH] Update: CC - Snake FS - Entity Loaded (21g30t1e75.js) 36 bytes modified --- 21g30t1e75.js | 1 + 1 file changed, 1 insertion(+) diff --git a/21g30t1e75.js b/21g30t1e75.js index e7a4d05..7e2ede6 100644 --- a/21g30t1e75.js +++ b/21g30t1e75.js @@ -89,6 +89,7 @@ GameLib.CustomCode.prototype.createGameMesh = function(image) { * Create our objects */ this.meshEnd = this.createGameMesh(this.imageEnd); +this.meshEnd.useQuaternion = false; this.meshEnd.rotation.z = Math.PI; this.meshEnd.updateInstance('rotation');