mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 00:36:47 +02:00
don't spam resetSensors
This commit is contained in:
parent
e4f5eb9cca
commit
290c31d916
1 changed files with 1 additions and 1 deletions
|
@ -3554,7 +3554,7 @@ void Application::keyPressEvent(QKeyEvent* event) {
|
||||||
} else {
|
} else {
|
||||||
showCursor(Cursor::Icon::DEFAULT);
|
showCursor(Cursor::Icon::DEFAULT);
|
||||||
}
|
}
|
||||||
} else {
|
} else if (!event->isAutoRepeat()){
|
||||||
resetSensors(true);
|
resetSensors(true);
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
|
|
Loading…
Reference in a new issue