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

beta.r3js.org
-=yb4f310 2018-03-19 11:03:31 +01:00
parent 73e950f29b
commit 5d7f7203d1
1 changed files with 7 additions and 1 deletions

View File

@ -311,7 +311,13 @@ GameLib.CustomCode.prototype.advanceSnake = function(delta) {
//body.backupMesh.updateInstance('visible');
body.mesh = this.meshBreadCorner.clone();
}
} else {
body.orientation = temp.orientation;
body.applyToMesh();
body.orientation = backup.orientation;
}
}