Removed coin rotation
This commit is contained in:
parent
9a5988e7c8
commit
ab0396ae6f
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue