From ab0396ae6fac40b80a8a850a347920af15855468 Mon Sep 17 00:00:00 2001 From: Thomas FORGIONE Date: Mon, 18 May 2015 11:49:35 +0200 Subject: [PATCH] Removed coin rotation --- static/js/prototype/Coin.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/js/prototype/Coin.js b/static/js/prototype/Coin.js index 6b17d5f..10ca378 100644 --- a/static/js/prototype/Coin.js +++ b/static/js/prototype/Coin.js @@ -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); }