mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 11:37:58 +02:00
third person camera is alt+G rather than alt+O
This commit is contained in:
parent
97756e6140
commit
766c6f48c3
1 changed files with 1 additions and 1 deletions
|
@ -228,7 +228,7 @@ Menu::Menu() {
|
||||||
|
|
||||||
// View > Third Person
|
// View > Third Person
|
||||||
cameraModeGroup->addAction(addCheckableActionToQMenuAndActionHash(
|
cameraModeGroup->addAction(addCheckableActionToQMenuAndActionHash(
|
||||||
viewMenu, MenuOption::ThirdPerson, Qt::ALT | Qt::Key_O,
|
viewMenu, MenuOption::ThirdPerson, Qt::ALT | Qt::Key_G,
|
||||||
false, qApp, SLOT(cameraMenuChanged())));
|
false, qApp, SLOT(cameraMenuChanged())));
|
||||||
|
|
||||||
// View > Mirror
|
// View > Mirror
|
||||||
|
|
Loading…
Reference in a new issue