mirror of
https://github.com/clangen/musikcube.git
synced 2024-11-19 20:13:36 +00:00
One more small fix to CoreAudioOut buffer notification code.
This commit is contained in:
parent
31e28d2f53
commit
6f93f602db
@ -79,7 +79,9 @@ void CoreAudioOut::NotifyBufferCompleted(BufferContext *context) {
|
||||
this->buffers.erase(it);
|
||||
found = true;
|
||||
}
|
||||
++it;
|
||||
else {
|
||||
++it;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user