Don't check the number of objects being deleted with the number currently allocated
commit97d3a45aff582242a9e5229c1e170f45ac96e0d9
authorChris Robinson <chris.kcat@gmail.com>
Fri, 11 Jul 2008 16:12:11 +0000 (11 09:12 -0700)
committerChris Robinson <chris.kcat@gmail.com>
Fri, 11 Jul 2008 16:12:11 +0000 (11 09:12 -0700)
tree23920261f18dff973850a37037ed4d97ec7cdc21
parent9e9ff44b176578035be146f89c5a06258cb6a019
Don't check the number of objects being deleted with the number currently allocated
Since apps can validly delete buffer 0, and delete the same source/buffer multiple times in a single call
OpenAL32/alBuffer.c
OpenAL32/alSource.c