mirror of
https://github.com/overte-org/overte.git
synced 2025-04-21 19:04:32 +02:00
accidently deleted a break
This commit is contained in:
parent
82a787a753
commit
97756e6140
1 changed files with 1 additions and 0 deletions
|
@ -3023,6 +3023,7 @@ void Application::keyPressEvent(QKeyEvent* event) {
|
|||
if (isOption) {
|
||||
_physicsEngine->dumpNextStats();
|
||||
}
|
||||
break;
|
||||
}
|
||||
|
||||
case Qt::Key_Asterisk:
|
||||
|
|
Loading…
Reference in a new issue