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

beta.r3js.org
cybafelo 2019-06-23 11:54:10 +00:00
parent 235178566f
commit a3127fc173
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ R3.CustomCode.prototype.render = function(delta) {
this.totalTime += delta;
this.innerCircle.rotation.z += Math.sin(this.totalTime) * 2;
this.innerCircle.rotation.z += Math.sin(this.totalTime);
this.innerCircle.updateInstance('rotation');