From 0e1e44a3f51e7e4fc137062113b9ce3e5d1c5021 Mon Sep 17 00:00:00 2001 From: David Rowe Date: Tue, 19 Jun 2018 20:44:53 +1200 Subject: [PATCH] Zero avatar velocity if protocol version mismatch so that overlays show --- interface/src/Application.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/interface/src/Application.cpp b/interface/src/Application.cpp index b12aa8bac4..0bba2f24de 100644 --- a/interface/src/Application.cpp +++ b/interface/src/Application.cpp @@ -2289,6 +2289,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: