Update: entity_loaded (2c1eswtjvb.js) 0 bytes modified

beta.r3js.org
cybafelo 2019-06-23 08:56:50 +00:00
parent e46bdb2f38
commit ced895ac6f
1 changed files with 1 additions and 1 deletions

View File

@ -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');
}