From 87960f71b387f2f327ea59b6929480b80f58a32b Mon Sep 17 00:00:00 2001 From: cybafelo Date: Sun, 23 Jun 2019 11:53:43 +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 9a521e0..b596037 100644 --- a/2c1eswtjvb.js +++ b/2c1eswtjvb.js @@ -21,7 +21,7 @@ R3.CustomCode.prototype.render = function(delta) { this.totalTime += delta; - this.innerCircle.rotation.z += Math.sin(this.totalTime) * 0.15; + this.innerCircle.rotation.z += Math.sin(this.totalTime) * 0.5; this.innerCircle.updateInstance('rotation');