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

beta.r3js.org
cybafelo 2019-06-23 11:57:20 +00:00
parent 0211060295
commit d99b21bb83
1 changed files with 1 additions and 1 deletions

View File

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