Skip to content

Commit 7998d4c

Browse files
committed
Update APPlayState.hx
1 parent db7c62d commit 7998d4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/archipelago/APPlayState.hx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2260,7 +2260,7 @@ class APPlayState extends PlayState {
22602260
add(lowpassVocal);
22612261

22622262
lowpass.applyFilter(FlxG.sound.music);
2263-
lowpassVocal.applyFilter(vocal);
2263+
lowpassVocal.applyFilter(vocals);
22642264
lowpassVocal.applyFilter(opponentVocals);
22652265
}
22662266

0 commit comments

Comments
 (0)