aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Alc/ALc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/Alc/ALc.c b/Alc/ALc.c
index 8742a74c..c25fa5af 100644
--- a/Alc/ALc.c
+++ b/Alc/ALc.c
@@ -1249,6 +1249,7 @@ ALCAPI ALCcontext* ALCAPIENTRY alcCreateContext(ALCdevice *device, const ALCint
source->Send[s].WetFilter.filter = 0;
s++;
}
+ source->NeedsUpdate = AL_TRUE;
}
ProcessContext(context);
}