From 11397f76675adb7d6036821e3df2363c14913961 Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Thu, 9 Oct 2008 20:58:12 -0700 Subject: Commit missing changes --- OpenAL32/Include/alSource.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'OpenAL32/Include/alSource.h') diff --git a/OpenAL32/Include/alSource.h b/OpenAL32/Include/alSource.h index 753553b2..01c06b91 100644 --- a/OpenAL32/Include/alSource.h +++ b/OpenAL32/Include/alSource.h @@ -98,7 +98,7 @@ typedef struct ALsource // Current gains, which are ramped while mixed ALfloat DryGains[OUTPUTCHANNELS]; - ALfloat WetGains[OUTPUTCHANNELS]; + ALfloat WetGain; struct ALsource *next; } ALsource; -- cgit v1.2.3