From 35e4802d8cb5af0a78bb6d7b42714a4586534bd0 Mon Sep 17 00:00:00 2001 From: -=yb4f310 Date: Thu, 22 Mar 2018 19:53:18 +0100 Subject: [PATCH] Update: CC - Snake FS - Entity Loaded (21g30t1e75.js) 44 bytes modified --- 21g30t1e75.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/21g30t1e75.js b/21g30t1e75.js index 1b206bd..bf5962d 100644 --- a/21g30t1e75.js +++ b/21g30t1e75.js @@ -887,11 +887,13 @@ GameLib.CustomCode.prototype.powerup = function(gameObject) { GameLib.CustomCode.prototype.createCorner = function(body, temp) { + var backupOrientation = body.orientation; + body.orientation = temp.orientation; body.applyToMesh(); - body.orientation = backup.orientation; + body.orientation = backupOrientation; body.backupMesh = body.mesh;