Skip to content

Commit

Permalink
add mono note
Browse files Browse the repository at this point in the history
  • Loading branch information
Geokureli committed Aug 7, 2023
1 parent d98bed7 commit 6eb532f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions flixel/sound/FlxSound.hx
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,9 @@ class FlxSound extends FlxBasic

/**
* Pan amount. -1 = full left, 1 = full right. Proximity based panning overrides this.
*
* Note: On desktop targets this only works with mono sounds, due to limitations of OpenAL.
* More info: [OpenFL Forums - SoundTransform.pan does not work](https://community.openfl.org/t/windows-legacy-soundtransform-pan-does-not-work/6616/2?u=geokureli)
*/
public var pan(get, set):Float;

Expand Down

0 comments on commit 6eb532f

Please sign in to comment.