diff --git a/interface/src/Application.cpp b/interface/src/Application.cpp index 2033e8ee8e..6f95a1afe8 100644 --- a/interface/src/Application.cpp +++ b/interface/src/Application.cpp @@ -2294,6 +2294,7 @@ void Application::domainConnectionRefused(const QString& reasonMessage, int reas QString message = "Unable to connect to the location you are visiting.\n"; message += reasonMessage; OffscreenUi::asyncWarning("", message); + getMyAvatar()->setWorldVelocity(glm::vec3(0.0f)); break; } default: