aboutsummaryrefslogtreecommitdiffstats
path: root/OpenAL32/Include
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2014-05-11 10:09:52 -0700
committerChris Robinson <[email protected]>2014-05-11 10:09:52 -0700
commit3582a44dfffedd76c4254a6c91d62055d707d239 (patch)
treece0b547c3fe382c063eb693610d0e69a181ef2bd /OpenAL32/Include
parent343200d2296f8ceb14371d12d6032056ec7fb9a3 (diff)
Make LOWPASSFREQREF a float value
Diffstat (limited to 'OpenAL32/Include')
-rw-r--r--OpenAL32/Include/alFilter.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenAL32/Include/alFilter.h b/OpenAL32/Include/alFilter.h
index 6f6db231..07b3f90b 100644
--- a/OpenAL32/Include/alFilter.h
+++ b/OpenAL32/Include/alFilter.h
@@ -7,7 +7,7 @@
extern "C" {
#endif
-#define LOWPASSFREQREF (5000)
+#define LOWPASSFREQREF (5000.0f)
/* Filters implementation is based on the "Cookbook formulae for audio *