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