Fixing some misc thread/audio stuff.
This commit is contained in:
@@ -34,6 +34,7 @@ class Fence {
|
||||
while (!signaled_.load()) {
|
||||
cond_.wait(lock);
|
||||
}
|
||||
signaled_.store(false);
|
||||
}
|
||||
|
||||
private:
|
||||
|
||||
Reference in New Issue
Block a user