Fixed possible bug in NzMusic
Caused by sending a non-updated buffer to OpenAL Former-commit-id: 4441bcc9cd8cee874ba8bc5f66f1234cfffd3621
This commit is contained in:
@@ -61,7 +61,7 @@ class NAZARA_API NzMusic : public NzSoundEmitter
|
||||
private:
|
||||
NzMusicImpl* m_impl = nullptr;
|
||||
|
||||
bool FillBuffer(unsigned int buffer);
|
||||
bool FillAndQueueBuffer(unsigned int buffer);
|
||||
void MusicThread();
|
||||
|
||||
static NzMusicLoader::LoaderList s_loaders;
|
||||
|
||||
Reference in New Issue
Block a user