mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 16:18:05 +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);
|
Menu::getInstance()->triggerOption(MenuOption::Chat);
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case Qt::Key_N:
|
|
||||||
if (isMeta) {
|
|
||||||
Menu::getInstance()->triggerOption(MenuOption::NameLocation);
|
|
||||||
}
|
|
||||||
|
|
||||||
break;
|
|
||||||
|
|
||||||
case Qt::Key_Up:
|
case Qt::Key_Up:
|
||||||
if (_myCamera.getMode() == CAMERA_MODE_MIRROR) {
|
if (_myCamera.getMode() == CAMERA_MODE_MIRROR) {
|
||||||
if (!isShifted) {
|
if (!isShifted) {
|
||||||
|
|
Loading…
Reference in a new issue