mirror of
https://github.com/love2d/love.git
synced 2026-08-17 19:23:38 +02:00
That should be all.
--HG-- branch : minor
This commit is contained in:
@@ -429,7 +429,7 @@ bool Source::update()
|
|||||||
case TYPE_QUEUE:
|
case TYPE_QUEUE:
|
||||||
{
|
{
|
||||||
ALint processed;
|
ALint processed;
|
||||||
ALuint buffers[this->buffers];
|
ALuint buffers[MAX_BUFFERS];
|
||||||
|
|
||||||
alGetSourcei(source, AL_BUFFERS_PROCESSED, &processed);
|
alGetSourcei(source, AL_BUFFERS_PROCESSED, &processed);
|
||||||
alSourceUnqueueBuffers(source, processed, buffers);
|
alSourceUnqueueBuffers(source, processed, buffers);
|
||||||
|
|||||||
Reference in New Issue
Block a user