From b09aab8426b0feb74cacb8704b4953b3b56a8c30 Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Mon, 7 Feb 2022 08:47:55 -0800 Subject: Don't pass an ALeffect to ALeffectslot::initEffect --- al/auxeffectslot.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'al/auxeffectslot.h') diff --git a/al/auxeffectslot.h b/al/auxeffectslot.h index 12213df6..2c462cd0 100644 --- a/al/auxeffectslot.h +++ b/al/auxeffectslot.h @@ -65,7 +65,7 @@ struct ALeffectslot { ALeffectslot& operator=(const ALeffectslot&) = delete; ~ALeffectslot(); - ALenum initEffect(ALeffect *effect, ALCcontext *context); + ALenum initEffect(ALenum effectType, const EffectProps &effectProps, ALCcontext *context); void updateProps(ALCcontext *context); /* This can be new'd for the context's default effect slot. */ -- cgit v1.2.3