From 3297d062b01e0e791f953dbc77d72fd9d121711c Mon Sep 17 00:00:00 2001 From: cybafelo Date: Sun, 23 Jun 2019 09:11:39 +0000 Subject: [PATCH] Update: entity_loaded (2c1eswtjvb.js) 1 bytes modified --- 2c1eswtjvb.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/2c1eswtjvb.js b/2c1eswtjvb.js index c6c1e2f..b6e1053 100644 --- a/2c1eswtjvb.js +++ b/2c1eswtjvb.js @@ -21,7 +21,7 @@ R3.CustomCode.prototype.render = function(delta) { this.y += delta; - this.innerCircle.rotation.y += Math.sin(this.y) * 0.15 * Math.random(2); + this.innerCircle.rotation.y += Math.sin(this.y) * 0.15 * Math.random(10); this.innerCircle.updateInstance('rotation');