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

beta.r3js.org
-=yb4f310 2018-03-20 10:29:10 +01:00
parent 38559cf2cc
commit f8e164a0de
1 changed files with 4 additions and 1 deletions

View File

@ -365,7 +365,10 @@ GameLib.CustomCode.prototype.advanceSnake = function(delta) {
backup = temp;
}
body.applyToMesh();
if (!body.isTail) {
body.applyToMesh();
}
}.bind(this)
)