diff options
author | Chris Robinson <[email protected]> | 2009-11-25 16:28:19 -0800 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2009-11-25 16:28:19 -0800 |
commit | 1a0676f0eb5f170e42333da38b1d4fb6170fe543 (patch) | |
tree | f8f39b4044543a4ec160e063e428a532be023ff8 | |
parent | 658923175f65b5f1da182dced0b86fb32c5598cc (diff) |
Mark sources for updating when a new context is made from the device
-rw-r--r-- | Alc/ALc.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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); } |