From e463a828effe44c676701fbe1ed6bb2d41af58f7 Mon Sep 17 00:00:00 2001 From: amer cerkic Date: Wed, 10 Jul 2019 14:09:51 -0700 Subject: [PATCH] removed extra line --- interface/src/Application.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/interface/src/Application.cpp b/interface/src/Application.cpp index 9199cc0aae..ef35987966 100644 --- a/interface/src/Application.cpp +++ b/interface/src/Application.cpp @@ -5435,7 +5435,6 @@ void Application::loadSettings() { isFirstPerson = (qApp->isHMDMode()); } else { // if this is not the first run, the camera will be initialized differently depending on user settings - if (qApp->isHMDMode()) { // if the HMD is active, use first-person camera, unless the appropriate setting is checked isFirstPerson = menu->isOptionChecked(MenuOption::FirstPersonHMD);