diff options
author | Chris Robinson <[email protected]> | 2011-09-30 23:07:15 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2011-09-30 23:07:15 -0700 |
commit | a7bbf7a741a76f01059ca399ad27f1f4bcf665a1 (patch) | |
tree | f54d0d221dd1d2df08d44e63da978ccc244833ee /OpenAL32/Include | |
parent | bfa782f3296d94c46fea188f78cbf0e3799ee96b (diff) |
Rename LOWPASSFREQCUTOFF to LOWPASSFREQREF
Diffstat (limited to 'OpenAL32/Include')
-rw-r--r-- | OpenAL32/Include/alMain.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenAL32/Include/alMain.h b/OpenAL32/Include/alMain.h index f69ea967..36c84153 100644 --- a/OpenAL32/Include/alMain.h +++ b/OpenAL32/Include/alMain.h @@ -446,7 +446,7 @@ extern "C" { #define SPEEDOFSOUNDMETRESPERSEC (343.3f) #define AIRABSORBGAINHF (0.99426f) /* -0.05dB */ -#define LOWPASSFREQCUTOFF (5000) +#define LOWPASSFREQREF (5000) struct Hrtf; |