From da2808b2b4916c95d6bb86390eab398524306f68 Mon Sep 17 00:00:00 2001 From: -=yb4f310 Date: Thu, 15 Mar 2018 13:17:25 +0100 Subject: [PATCH] Update: CC - Snake FS - Entity Loaded (21g30t1e75.js) 4 bytes modified --- 21g30t1e75.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/21g30t1e75.js b/21g30t1e75.js index 80dcb2a..82d5c1d 100644 --- a/21g30t1e75.js +++ b/21g30t1e75.js @@ -259,8 +259,8 @@ GameLib.CustomCode.prototype.advanceSnake = function(delta) { var corner = new GameLib.CustomCode.SnakeBody( this.meshBreadCorner, - body.position, - body.orientation, + parent.position, + parent.orientation, GameLib.CustomCode.BODY_TYPE_CORNER, parent );