From b2f4520ba1dc806f5feb793c7b729ce975c20442 Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Thu, 22 Sep 2011 01:09:02 -0700 Subject: Add a few more precision casts --- OpenAL32/Include/bs2b.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'OpenAL32') 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 -- cgit v1.2.3