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

beta.r3js.org
-=yb4f310 2018-03-22 20:05:58 +01:00
parent b371e3f119
commit 37bc139b25
1 changed files with 1 additions and 0 deletions

View File

@ -1011,6 +1011,7 @@ GameLib.CustomCode.prototype.advanceSnake = function(delta) {
body.orientation = backup.orientation;
body.flip = backup.flip;
this.createCorner(body, temp);
body.applyToMesh();
}
return;