Removed coin rotation

This commit is contained in:
Thomas FORGIONE 2015-05-18 11:49:35 +02:00
parent 9a5988e7c8
commit ab0396ae6f
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ Coin.prototype.update = function() {
if (this.ready)
(function(self) {
self.update = function() {
self.mesh.rotation.y += 0.1;
// self.mesh.rotation.y += 0.1;
}
})(this);
}