From d99b21bb832bb5747d17fd600c395ae3aaf49b93 Mon Sep 17 00:00:00 2001 From: cybafelo Date: Sun, 23 Jun 2019 11:57:20 +0000 Subject: [PATCH] Update: entity_loaded (2c1eswtjvb.js) 2 bytes modified --- 2c1eswtjvb.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/2c1eswtjvb.js b/2c1eswtjvb.js index b6472dc..3c31b50 100644 --- a/2c1eswtjvb.js +++ b/2c1eswtjvb.js @@ -23,7 +23,7 @@ R3.CustomCode.prototype.render = function(delta) { this.innerCircle.rotation.z += Math.cos(this.totalTime) * 0.2; if (this.innerCircle.rotation.z >= Math.PI * 2) { - this.innerCircle.rotation -= Math.PI * 2; + this.innerCircle.rotation.z -= Math.PI * 2; } this.innerCircle.updateInstance('rotation');