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

beta.r3js.org
-=yb4f310 2018-03-20 10:35:33 +01:00
parent a69fb8523e
commit 179671425f
1 changed files with 2 additions and 2 deletions

View File

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