mirror of
https://github.com/lubosz/overte.git
synced 2025-04-24 12:43:19 +02:00
removed extra line
This commit is contained in:
parent
bc51b8e709
commit
e463a828ef
1 changed files with 0 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue