Update: CC - Snake FS - Entity Loaded (21g30t1e75.js) 8 bytes modified

beta.r3js.org
-=yb4f310 2018-03-13 13:34:13 +01:00
parent eae9a7f6d2
commit 6bdefb6d0e
1 changed files with 1 additions and 1 deletions

View File

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