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