From ced895ac6fa85918b17cff6b0a4bde8c2c00f905 Mon Sep 17 00:00:00 2001 From: cybafelo Date: Sun, 23 Jun 2019 08:56:50 +0000 Subject: [PATCH] Update: entity_loaded (2c1eswtjvb.js) 0 bytes modified --- 2c1eswtjvb.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/2c1eswtjvb.js b/2c1eswtjvb.js index 53641d8..bea86ec 100644 --- a/2c1eswtjvb.js +++ b/2c1eswtjvb.js @@ -18,7 +18,7 @@ R3.CustomCode.prototype.render = function(delta) { this.innerCircle.rotation.y += delta; this.innerCircle.updateInstance('rotation'); - this.outerCircle.rotation.y -= delta; + this.outerCircle.rotation.y += delta; this.outerCircle.updateInstance('rotation'); }