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

beta.r3js.org
-=yb4f310 2018-03-19 11:11:23 +01:00
parent dcad45241b
commit 0c78a2625a
1 changed files with 1 additions and 0 deletions

View File

@ -183,6 +183,7 @@ GameLib.CustomCode.SnakeBody.prototype.applyToMesh = function() {
if (this.backupMesh) {
this.mesh.rotation.z += ((Math.PI / 2) * this.flip);
this.mesh.updateInstance('position');
this.mesh.updateInstance('rotation');
}
/**