Mark sources for updating when a new context is made from the device

This commit is contained in:
Chris Robinson 2009-11-25 16:28:19 -08:00
parent 658923175f
commit 1a0676f0eb

View File

@ -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);
}