Skip to content

Commit

Permalink
Fix typo on EFFECT_AUTOWAH
Browse files Browse the repository at this point in the history
  • Loading branch information
Raltyro authored Jul 21, 2024
1 parent f4ce198 commit 20d4b98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lime/media/openal/AL.hx
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ class AL
public static inline var EFFECT_VOCAL_MORPHER:Int = 0x0007;
public static inline var EFFECT_PITCH_SHIFTER:Int = 0x0008;
public static inline var EFFECT_RING_MODULATOR:Int = 0x0009;
public static inline var FFECT_AUTOWAH:Int = 0x000A;
public static inline var EFFECT_AUTOWAH:Int = 0x000A;
public static inline var EFFECT_COMPRESSOR:Int = 0x000B;
public static inline var EFFECT_EQUALIZER:Int = 0x000C;
/* Auxiliary Effect Slot properties. */
Expand Down

0 comments on commit 20d4b98

Please sign in to comment.