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

beta.r3js.org
-=yb4f310 2018-01-17 15:03:46 +01:00
parent dcf95238d7
commit c782ef103d
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ this.camera.lookAt.z = 0;
this.camera.updateInstance('lookAt');
if (this.audioDrone.volume < 0.5) {
this.audioDrone.volume += 0.0001;
this.audioDrone.volume += 0.001;
this.audioDrone.updateInstance('volume');
}