mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-29 19:02:55 +02:00
remove the test injector code from Application
This commit is contained in:
parent
7ed609633a
commit
3f4b4178ff
1 changed files with 0 additions and 7 deletions
|
@ -1316,13 +1316,6 @@ void Application::timer() {
|
|||
// ask the node list to check in with the domain server
|
||||
NodeList::getInstance()->sendDomainServerCheckIn();
|
||||
|
||||
static AudioInjector testInjector(QUrl("https://dl.dropboxusercontent.com/u/1864924/throw.raw"));
|
||||
|
||||
if (testInjector.size()) {
|
||||
testInjector.setPosition(_myAvatar.getHead().getPosition());
|
||||
testInjector.injectViaThread();
|
||||
}
|
||||
|
||||
// give the MyAvatar object position to the Profile so it can propagate to the data-server
|
||||
_profile.updatePosition(_myAvatar.getPosition());
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue