diff options
-rw-r--r-- | OpenAL32/alSource.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/OpenAL32/alSource.c b/OpenAL32/alSource.c index 61091520..b839356d 100644 --- a/OpenAL32/alSource.c +++ b/OpenAL32/alSource.c @@ -1308,12 +1308,6 @@ AL_API ALvoid AL_APIENTRY alSourcePlayv(ALsizei n, const ALuint *sources) } } - if(Context->ActiveSourceCount+n < n) - { - alSetError(Context, AL_OUT_OF_MEMORY); - goto done; - } - while(Context->MaxActiveSources-Context->ActiveSourceCount < n) { void *temp = NULL; |