Skip to content
This repository was archived by the owner on Aug 5, 2025. It is now read-only.

Commit f11725c

Browse files
committed
Fix sound transforms not being applied on play
1 parent 0f236b8 commit f11725c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

source/flixel/sound/FlxSound.hx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -683,6 +683,7 @@ class FlxSound extends FlxBasic {
683683
pitch = _pitch;
684684
#end
685685

686+
updateTransform();
686687
_channel.soundTransform = _transform;
687688
_channel.__lastPeakTime = -10;
688689
_channel.__leftPeak = 0;

0 commit comments

Comments
 (0)