From 549d542a316c1f557c8042d9fc2b409bcd999872 Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Fri, 27 Apr 2012 00:45:42 -0700 Subject: Reorganize some ALsource fields --- Alc/ALc.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Alc/ALc.c') diff --git a/Alc/ALc.c b/Alc/ALc.c index 84c08641..e91108a4 100644 --- a/Alc/ALc.c +++ b/Alc/ALc.c @@ -1614,8 +1614,8 @@ static ALCenum UpdateDeviceParams(ALCdevice *device, const ALCint *attrList) if(source->Send[s].Slot) DecrementRef(&source->Send[s].Slot->ref); source->Send[s].Slot = NULL; - source->Send[s].WetGain = 1.0f; - source->Send[s].WetGainHF = 1.0f; + source->Send[s].Gain = 1.0f; + source->Send[s].GainHF = 1.0f; s++; } source->NeedsUpdate = AL_FALSE; -- cgit v1.2.3