From e46bdb2f389ea6e01b5dedcf8028bf9b5147538b Mon Sep 17 00:00:00 2001 From: cybafelo Date: Sun, 23 Jun 2019 08:56:16 +0000 Subject: [PATCH] Update: entity_loaded (2c1eswtjvb.js) 85 bytes modified --- 2c1eswtjvb.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/2c1eswtjvb.js b/2c1eswtjvb.js index 55b1660..53641d8 100644 --- a/2c1eswtjvb.js +++ b/2c1eswtjvb.js @@ -18,6 +18,8 @@ R3.CustomCode.prototype.render = function(delta) { this.innerCircle.rotation.y += delta; this.innerCircle.updateInstance('rotation'); + this.outerCircle.rotation.y -= delta; + this.outerCircle.updateInstance('rotation'); } return null;