aboutsummaryrefslogtreecommitdiffstats
path: root/OpenAL32/alState.c
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2011-09-12 05:59:23 -0700
committerChris Robinson <[email protected]>2011-09-12 05:59:23 -0700
commit404cfde33e0aba9b084a40407a6f3fffd8dd1612 (patch)
tree5567074e3e43c8cdc1d97d358584a3c8b2526dce /OpenAL32/alState.c
parent145bc6da6b836607c509204e3653688e97eb482c (diff)
Rename the ALEffect_ macros to ALeffectState_ to reflect what they work on
Diffstat (limited to 'OpenAL32/alState.c')
-rw-r--r--OpenAL32/alState.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenAL32/alState.c b/OpenAL32/alState.c
index d8151eab..6e474430 100644
--- a/OpenAL32/alState.c
+++ b/OpenAL32/alState.c
@@ -614,7 +614,7 @@ AL_API ALvoid AL_APIENTRY alDeferUpdatesSOFT(void)
while(slot != slot_end)
{
if(ExchangeInt(&(*slot)->NeedsUpdate, AL_FALSE))
- ALEffect_Update((*slot)->EffectState, Context, *slot);
+ ALeffectState_Update((*slot)->EffectState, Context, *slot);
slot++;
}