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

beta.r3js.org
-=yb4f310 2018-03-12 15:32:35 +01:00
parent 179bfc969e
commit 06a0f6f87a
1 changed files with 3 additions and 3 deletions

View File

@ -179,9 +179,9 @@ GameLib.CustomCode.prototype.cloneBody = function(bodyType) {
}
return new GameLib.CustomCode.SnakeBody(
mesh : mesh,
direction : direction,
position : position
mesh,
position,
direction
);
}.bind(this);