aboutsummaryrefslogtreecommitdiffstats
path: root/OpenAL32
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2011-09-23 22:37:20 -0700
committerChris Robinson <[email protected]>2011-09-23 22:37:20 -0700
commite84e38cc193be0678f98cf8b5deba1471c77e225 (patch)
treed9284606628fad535cd0c1e1012de01e74380727 /OpenAL32
parent9266a3727617c1da198183bc0919ac476298c7a8 (diff)
Make AIRABSORBGAINHF a float type
Diffstat (limited to 'OpenAL32')
-rw-r--r--OpenAL32/Include/alMain.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenAL32/Include/alMain.h b/OpenAL32/Include/alMain.h
index 151391b4..10a7c957 100644
--- a/OpenAL32/Include/alMain.h
+++ b/OpenAL32/Include/alMain.h
@@ -440,7 +440,7 @@ extern "C" {
#define DEFAULT_OUTPUT_RATE (44100)
#define SPEEDOFSOUNDMETRESPERSEC (343.3f)
-#define AIRABSORBGAINHF (0.99426) /* -0.05dB */
+#define AIRABSORBGAINHF (0.99426f) /* -0.05dB */
#define LOWPASSFREQCUTOFF (5000)