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

beta.r3js.org
-=yb4f310 2018-03-15 13:17:25 +01:00
parent 561779f2bb
commit da2808b2b4
1 changed files with 2 additions and 2 deletions

View File

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