mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 03:44:02 +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 {
|
||||
showCursor(Cursor::Icon::DEFAULT);
|
||||
}
|
||||
} else {
|
||||
} else if (!event->isAutoRepeat()){
|
||||
resetSensors(true);
|
||||
}
|
||||
break;
|
||||
|
|
Loading…
Reference in a new issue