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 );