mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
add break to Key_Comma switch case
This commit is contained in:
parent
27d6d9f720
commit
eaef08abd5
1 changed files with 1 additions and 0 deletions
|
@ -1182,6 +1182,7 @@ void Application::keyPressEvent(QKeyEvent* event) {
|
|||
|
||||
case Qt::Key_Comma: {
|
||||
renderCollisionHulls = !renderCollisionHulls;
|
||||
break;
|
||||
}
|
||||
|
||||
default:
|
||||
|
|
Loading…
Reference in a new issue