mirror of
https://github.com/overte-org/overte.git
synced 2025-04-21 08:04:01 +02:00
fix residual velocity on teleport
This commit is contained in:
parent
303bf3b29d
commit
6fc1c2540c
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue