diff --git a/interface/src/Application.cpp b/interface/src/Application.cpp index 1f7de652ac..e9f6e3d7f5 100644 --- a/interface/src/Application.cpp +++ b/interface/src/Application.cpp @@ -6701,6 +6701,12 @@ void Application::updateDisplayMode() { } emit activeDisplayPluginChanged(); + + if (_displayPlugin->isHmd()) { + qCDebug(interfaceapp) << "Entering into HMD Mode"; + } else { + qCDebug(interfaceapp) << "Entering into Desktop Mode"; + } // reset the avatar, to set head and hand palms back to a reasonable default pose. getMyAvatar()->reset(false);