loopback injected sound effects to the node by default

This commit is contained in:
Stephen Birarda 2013-12-19 15:44:47 -08:00
parent 80a2bd0844
commit 0446aeb4d3

View file

@ -30,7 +30,7 @@ AudioInjector::AudioInjector(const QUrl& sampleURL) :
_position(0,0,0), _position(0,0,0),
_orientation(), _orientation(),
_volume(1.0f), _volume(1.0f),
_shouldLoopback(false) _shouldLoopback(true)
{ {
// we want to live on our own thread // we want to live on our own thread
moveToThread(&_thread); moveToThread(&_thread);