2
0
Эх сурвалжийг харах

AudioListener: Added comment

Mugen87 7 жил өмнө
parent
commit
c24899b689

+ 3 - 0
src/audio/AudioListener.js

@@ -111,6 +111,9 @@ AudioListener.prototype = Object.assign( Object.create( Object3D.prototype ), {
 
 			if ( listener.positionX ) {
 
+				// code path for Chrome (see #14393)
+				// right now, it is the only browser that supports AudioParam in AudioListener
+
 				var delta = clock.getDelta();
 				var endTime = this.context.currentTime + delta;