OpenALStream: remove commented-out ALC_REFRESH code
This commit is contained in:
parent
8e849b1595
commit
749889236d
|
@ -118,11 +118,6 @@ bool OpenALStream::Start()
|
|||
return false;
|
||||
}
|
||||
|
||||
// Used to determine an appropriate period size (2x period = total buffer size)
|
||||
// ALCint refresh;
|
||||
// palcGetIntegerv(pDevice, ALC_REFRESH, 1, &refresh);
|
||||
// period_size_in_millisec = 1000 / refresh;
|
||||
|
||||
palcMakeContextCurrent(pContext);
|
||||
m_run_thread.Set();
|
||||
thread = std::thread(&OpenALStream::SoundLoop, this);
|
||||
|
|
Loading…
Reference in New Issue