mirror of
https://github.com/overte-org/overte.git
synced 2025-04-21 09:24:00 +02:00
remove name this location call from application
This commit is contained in:
parent
e5fe24e088
commit
69869a696b
1 changed files with 0 additions and 7 deletions
|
@ -884,13 +884,6 @@ void Application::keyPressEvent(QKeyEvent* event) {
|
|||
Menu::getInstance()->triggerOption(MenuOption::Chat);
|
||||
break;
|
||||
|
||||
case Qt::Key_N:
|
||||
if (isMeta) {
|
||||
Menu::getInstance()->triggerOption(MenuOption::NameLocation);
|
||||
}
|
||||
|
||||
break;
|
||||
|
||||
case Qt::Key_Up:
|
||||
if (_myCamera.getMode() == CAMERA_MODE_MIRROR) {
|
||||
if (!isShifted) {
|
||||
|
|
Loading…
Reference in a new issue