From b8b5927351f0fc8a930ca734142e78d5d8cb5d38 Mon Sep 17 00:00:00 2001 From: kunalgosar Date: Fri, 17 Feb 2017 13:21:01 -0800 Subject: [PATCH] Logging display mode changes --- interface/src/Application.cpp | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/interface/src/Application.cpp b/interface/src/Application.cpp index 488e97b5e6..ea01b13c0f 100644 --- a/interface/src/Application.cpp +++ b/interface/src/Application.cpp @@ -6679,6 +6679,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);