From 3e6df6760713a472e7a58bb013f4d54c10cd0cd0 Mon Sep 17 00:00:00 2001 From: cybafelo Date: Sun, 23 Jun 2019 09:12:02 +0000 Subject: [PATCH] Update: entity_loaded (2c1eswtjvb.js) 18 bytes modified --- 2c1eswtjvb.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/2c1eswtjvb.js b/2c1eswtjvb.js index b6e1053..546218c 100644 --- a/2c1eswtjvb.js +++ b/2c1eswtjvb.js @@ -25,7 +25,7 @@ R3.CustomCode.prototype.render = function(delta) { this.innerCircle.updateInstance('rotation'); - this.outerCircle.rotation.y -= Math.cos(this.y) * 0.15; + this.outerCircle.rotation.y -= Math.cos(this.y) * 0.15 * Math.random(10); this.outerCircle.updateInstance('rotation'); }