Removed coin rotation
This commit is contained in:
Vendored
+1
-1
@@ -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);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user