aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2009-11-25 16:28:19 -0800
committerChris Robinson <[email protected]>2009-11-25 16:28:19 -0800
commit1a0676f0eb5f170e42333da38b1d4fb6170fe543 (patch)
treef8f39b4044543a4ec160e063e428a532be023ff8
parent658923175f65b5f1da182dced0b86fb32c5598cc (diff)
Mark sources for updating when a new context is made from the device
-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);
}