Update: CC - SpoonLib - Before Render (uou2i9be9r.js) 0 bytes modified

beta.r3js.org
-=yb4f310 2018-01-17 15:04:24 +01:00
parent 65a29c73cb
commit c2ced5b548
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ this.camera.lookAt.y = 0;
this.camera.lookAt.z = 0;
this.camera.updateInstance('lookAt');
if (this.audioDrone.volume < 0.2) {
if (this.audioDrone.volume < 0.1) {
this.audioDrone.volume += 0.001;
this.audioDrone.updateInstance('volume');
}