mirror of
https://github.com/overte-org/overte.git
synced 2025-04-19 13:43:49 +02:00
initialize audio threads
This commit is contained in:
parent
f5b4fac46d
commit
6e0ad5a7ed
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ private:
|
|||
bool try_pop(SharedNodePointer& node);
|
||||
|
||||
AudioMixerSlavePool& _pool;
|
||||
bool _stop;
|
||||
bool _stop { false };
|
||||
};
|
||||
|
||||
// Slave pool for audio mixers
|
||||
|
|
Loading…
Reference in a new issue