mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 11:45:36 +02:00
Change camera to first person if start up with it in camera entity mode
Same as happens if start up with camera in independent mode.
This commit is contained in:
parent
92d63c48dd
commit
71ed8d2a64
1 changed files with 3 additions and 0 deletions
|
@ -883,6 +883,9 @@ Application::Application(int& argc, char** argv, QElapsedTimer& startupTimer) :
|
|||
} else if (Menu::getInstance()->isOptionChecked(MenuOption::IndependentMode)) {
|
||||
Menu::getInstance()->setIsOptionChecked(MenuOption::ThirdPerson, true);
|
||||
cameraMenuChanged();
|
||||
} else if (Menu::getInstance()->isOptionChecked(MenuOption::CameraEntityMode)) {
|
||||
Menu::getInstance()->setIsOptionChecked(MenuOption::ThirdPerson, true);
|
||||
cameraMenuChanged();
|
||||
}
|
||||
|
||||
// set the local loopback interface for local sounds from audio scripts
|
||||
|
|
Loading…
Reference in a new issue