Removed coin rotation
This commit is contained in:
2
static/js/prototype/Coin.js
vendored
2
static/js/prototype/Coin.js
vendored
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user