mirror of
https://github.com/overte-org/overte.git
synced 2025-04-16 16:26:17 +02:00
loopback injected sound effects to the node by default
This commit is contained in:
parent
80a2bd0844
commit
0446aeb4d3
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ AudioInjector::AudioInjector(const QUrl& sampleURL) :
|
|||
_position(0,0,0),
|
||||
_orientation(),
|
||||
_volume(1.0f),
|
||||
_shouldLoopback(false)
|
||||
_shouldLoopback(true)
|
||||
{
|
||||
// we want to live on our own thread
|
||||
moveToThread(&_thread);
|
||||
|
|
Loading…
Reference in a new issue