3
0
Fork 0
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:
Stephen Birarda 2013-12-19 15:25:39 -08:00
parent 7ed609633a
commit 3f4b4178ff

View file

@ -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());
}