mirror of
https://github.com/overte-org/overte.git
synced 2025-04-21 06:44:06 +02:00
Merge pull request #3380 from AndrewMeadows/inertia
fix residual velocity on teleport
This commit is contained in:
commit
171d9ec49e
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