mirror of
https://github.com/overte-org/overte.git
synced 2025-04-21 09:24:00 +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
|
||||
cameraModeGroup->addAction(addCheckableActionToQMenuAndActionHash(
|
||||
viewMenu, MenuOption::ThirdPerson, Qt::ALT | Qt::Key_O,
|
||||
viewMenu, MenuOption::ThirdPerson, Qt::ALT | Qt::Key_G,
|
||||
false, qApp, SLOT(cameraMenuChanged())));
|
||||
|
||||
// View > Mirror
|
||||
|
|
Loading…
Reference in a new issue