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-06-27 13:42:52 +0200
commit3587cb029e179fe08e572811e467227193e423d5 (patch)
tree77dd17dd7d662aca2dc432ef2c764cbc30269949 /src/audio/oal/stream.h
parentMulti-threaded audio fixes (diff)
downloadre3-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 '')
-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;