fix residual velocity on teleport

This commit is contained in:
Andrew Meadows 2014-09-08 15:24:02 -07:00
parent 303bf3b29d
commit 6fc1c2540c

View file

@ -205,7 +205,7 @@ bool LocationManager::goToDestination(QString destination) {
MyAvatar::sendKillAvatar();
qDebug("Going To Location: %f, %f, %f...", x, y, z);
myAvatar->setPosition(newAvatarPos);
myAvatar->slamPosition(newAvatarPos);
emit myAvatar->transformChanged();
}