diff --git a/21g30t1e75.js b/21g30t1e75.js index f15d012..2fbca4a 100644 --- a/21g30t1e75.js +++ b/21g30t1e75.js @@ -126,7 +126,7 @@ GameLib.CustomCode.SnakeBody = function( switch (this.bodyType) { case GameLib.CustomCode.BODY_TYPE_HEAD : - mesh = this.meshEnd; + mesh = this.meshEnd.clone(); break; case GameLib.CustomCode.BODY_TYPE_TAIL : mesh = this.meshEnd.clone();