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

beta.r3js.org
-=yb4f310 2018-03-19 11:09:28 +01:00
parent ad49572716
commit da94326e96
1 changed files with 1 additions and 1 deletions

View File

@ -189,7 +189,7 @@ GameLib.CustomCode.SnakeBody.prototype.applyToMesh = function() {
* TODO: We don't update instance position - animation should do this * TODO: We don't update instance position - animation should do this
*/ */
// this.mesh.updateInstance('position'); // this.mesh.updateInstance('position');
this.mesh.updateInstance('rotation'); //this.mesh.updateInstance('rotation');
} }
GameLib.CustomCode.SnakeBody.prototype.advance = function(orientation, flip) { GameLib.CustomCode.SnakeBody.prototype.advance = function(orientation, flip) {