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;