From 4697e946d3ac61c05512d685a97e4632a392c162 Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Mon, 7 Dec 2009 10:35:30 -0800 Subject: Internally store 32-bit float buffer data, and mix accordingly --- OpenAL32/Include/alBuffer.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'OpenAL32/Include') diff --git a/OpenAL32/Include/alBuffer.h b/OpenAL32/Include/alBuffer.h index c35caf3d..f37e9b81 100644 --- a/OpenAL32/Include/alBuffer.h +++ b/OpenAL32/Include/alBuffer.h @@ -11,7 +11,7 @@ extern "C" { typedef struct ALbuffer { - ALshort *data; + ALfloat *data; ALsizei size; ALenum format; -- cgit v1.2.3