diff --git a/21g30t1e75.js b/21g30t1e75.js index 5734df3..683172c 100644 --- a/21g30t1e75.js +++ b/21g30t1e75.js @@ -156,7 +156,7 @@ GameLib.CustomCode.SnakeBody.prototype.clone = function() { ); } -GameLib.CustomCode.SnakeBody.prototype.applyPositionToMesh = function() { +GameLib.CustomCode.SnakeBody.prototype.applyToMesh = function() { this.mesh.position.x = this.position.x + GameLib.CustomCode.GRID_OFFSET_X; this.mesh.position.y = this.position.y + GameLib.CustomCode.GRID_OFFSET_Y;