diff options
author | erorcun <erorcunerorcun@hotmail.com.tr> | 2021-06-27 13:42:52 +0200 |
---|---|---|
committer | erorcun <erorcunerorcun@hotmail.com.tr> | 2021-06-27 13:42:52 +0200 |
commit | 3587cb029e179fe08e572811e467227193e423d5 (patch) | |
tree | 77dd17dd7d662aca2dc432ef2c764cbc30269949 /src/audio/oal/stream.h | |
parent | Multi-threaded audio fixes (diff) | |
download | re3-3587cb029e179fe08e572811e467227193e423d5.tar re3-3587cb029e179fe08e572811e467227193e423d5.tar.gz re3-3587cb029e179fe08e572811e467227193e423d5.tar.bz2 re3-3587cb029e179fe08e572811e467227193e423d5.tar.lz re3-3587cb029e179fe08e572811e467227193e423d5.tar.xz re3-3587cb029e179fe08e572811e467227193e423d5.tar.zst re3-3587cb029e179fe08e572811e467227193e423d5.zip |
Diffstat (limited to 'src/audio/oal/stream.h')
-rw-r--r-- | src/audio/oal/stream.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/audio/oal/stream.h b/src/audio/oal/stream.h index 10b595c1..f0456925 100644 --- a/src/audio/oal/stream.h +++ b/src/audio/oal/stream.h @@ -127,7 +127,7 @@ public: std::mutex m_mutex; std::queue<std::pair<ALuint, ALuint>> m_fillBuffers; // left and right buffer tsQueue<std::pair<ALuint, ALuint>> m_queueBuffers; - std::condition_variable m_closeCv; +// std::condition_variable m_closeCv; bool m_bDoSeek; uint32 m_SeekPos; bool m_bIExist; |