Removed coin rotation
This commit is contained in:
parent
9a5988e7c8
commit
ab0396ae6f
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)
|
if (this.ready)
|
||||||
(function(self) {
|
(function(self) {
|
||||||
self.update = function() {
|
self.update = function() {
|
||||||
self.mesh.rotation.y += 0.1;
|
// self.mesh.rotation.y += 0.1;
|
||||||
}
|
}
|
||||||
})(this);
|
})(this);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user