diff options
author | Chris Robinson <[email protected]> | 2011-09-22 01:09:02 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2011-09-22 01:09:02 -0700 |
commit | b2f4520ba1dc806f5feb793c7b729ce975c20442 (patch) | |
tree | e50afb3f8e34430418a67a01a83730ef3734aa19 /OpenAL32 | |
parent | a4b1239f45daa29bb423077da60804d7bf9287eb (diff) |
Add a few more precision casts
Diffstat (limited to 'OpenAL32')
-rw-r--r-- | OpenAL32/Include/bs2b.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenAL32/Include/bs2b.h b/OpenAL32/Include/bs2b.h index 4ed576b8..3e5cd83c 100644 --- a/OpenAL32/Include/bs2b.h +++ b/OpenAL32/Include/bs2b.h @@ -60,7 +60,7 @@ struct bs2b { double b1_hi; /* Global gain against overloading */ - double gain; + float gain; /* Buffer of last filtered sample. * [0] - first channel, [1] - second channel |