Logging display mode changes

This commit is contained in:
kunalgosar 2017-02-17 13:21:01 -08:00
parent 5bef6ea029
commit b8b5927351

View file

@ -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);