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

beta.r3js.org
-=yb4f310 2018-03-19 11:02:45 +01:00
parent 9e8b308b2c
commit 73e950f29b
1 changed files with 3 additions and 1 deletions

View File

@ -298,10 +298,12 @@ GameLib.CustomCode.prototype.advanceSnake = function(delta) {
/**
* Our orientation changed - we should make a corner
*/
body.orientation = temp.orientation;
body.applyToMesh();
body.orientation = backup.orientation;
body.backupMesh = body.mesh;
//body.backupMesh.visible = false;