From 404cfde33e0aba9b084a40407a6f3fffd8dd1612 Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Mon, 12 Sep 2011 05:59:23 -0700 Subject: Rename the ALEffect_ macros to ALeffectState_ to reflect what they work on --- OpenAL32/alState.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'OpenAL32/alState.c') 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++; } -- cgit v1.2.3