From 761f6296162c698f4e6be59cf84c8c043ca5ef9a Mon Sep 17 00:00:00 2001 From: cybafelo Date: Sun, 23 Jun 2019 09:12:20 +0000 Subject: [PATCH] Update: entity_loaded (2c1eswtjvb.js) 36 bytes modified --- 2c1eswtjvb.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/2c1eswtjvb.js b/2c1eswtjvb.js index 546218c..f7554ff 100644 --- a/2c1eswtjvb.js +++ b/2c1eswtjvb.js @@ -21,11 +21,11 @@ R3.CustomCode.prototype.render = function(delta) { this.y += delta; - this.innerCircle.rotation.y += Math.sin(this.y) * 0.15 * Math.random(10); + this.innerCircle.rotation.y += Math.sin(this.y) * 0.15; this.innerCircle.updateInstance('rotation'); - this.outerCircle.rotation.y -= Math.cos(this.y) * 0.15 * Math.random(10); + this.outerCircle.rotation.y -= Math.cos(this.y) * 0.15; this.outerCircle.updateInstance('rotation'); }