forked from LeenkxTeam/LNXSDK
		
	Update lib/aura/Sources/aura/dsp/panner/StereoPanner.hx
This commit is contained in:
		| @ -61,7 +61,7 @@ class StereoPanner extends Panner { | ||||
|  | ||||
| 	public inline function setBalance(balance: Balance) { | ||||
| 		this._balance = balance; | ||||
| 		final volumeLeft = Math.sqrt(~balance);Add commentMore actions | ||||
| 		final volumeLeft = Math.sqrt(~balance); | ||||
| 		final volumeRight = Math.sqrt(balance); | ||||
| 		sendMessage({ id: StereoPannerMessageID.PVolumeLeft, data: volumeLeft }); | ||||
| 		sendMessage({ id: StereoPannerMessageID.PVolumeRight, data: volumeRight }); | ||||
|  | ||||
		Reference in New Issue
	
	Block a user