summaryrefslogtreecommitdiffstats
path: root/src/audio/oal/stream.h
diff options
context:
space:
mode:
authorerorcun <erorcunerorcun@hotmail.com.tr>2021-06-27 13:42:52 +0200
committererorcun <erorcunerorcun@hotmail.com.tr>2021-07-10 22:14:08 +0200
commitdb4ae18e5d7a582c01c759409ba909b24d640e40 (patch)
treee855cea2d903e71a09c6303d92fd53739e1aa354 /src/audio/oal/stream.h
parentMulti-threaded audio fixes (diff)
downloadre3-db4ae18e5d7a582c01c759409ba909b24d640e40.tar
re3-db4ae18e5d7a582c01c759409ba909b24d640e40.tar.gz
re3-db4ae18e5d7a582c01c759409ba909b24d640e40.tar.bz2
re3-db4ae18e5d7a582c01c759409ba909b24d640e40.tar.lz
re3-db4ae18e5d7a582c01c759409ba909b24d640e40.tar.xz
re3-db4ae18e5d7a582c01c759409ba909b24d640e40.tar.zst
re3-db4ae18e5d7a582c01c759409ba909b24d640e40.zip
Diffstat (limited to 'src/audio/oal/stream.h')
-rw-r--r--src/audio/oal/stream.h2
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;