aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/ALc.c
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2012-04-27 00:45:42 -0700
committerChris Robinson <[email protected]>2012-04-27 01:36:13 -0700
commit549d542a316c1f557c8042d9fc2b409bcd999872 (patch)
tree16b02e7a55e3bd045df8ea8336e5ee5ebd371c11 /Alc/ALc.c
parent2cdb58fb850f085b801c3d33b82512efd083020c (diff)
Reorganize some ALsource fields
Diffstat (limited to 'Alc/ALc.c')
-rw-r--r--Alc/ALc.c4
1 files changed, 2 insertions, 2 deletions
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;