accidently deleted a break

This commit is contained in:
Seth Alves 2017-07-24 16:12:03 -07:00
parent 82a787a753
commit 97756e6140

View file

@ -3023,6 +3023,7 @@ void Application::keyPressEvent(QKeyEvent* event) {
if (isOption) {
_physicsEngine->dumpNextStats();
}
break;
}
case Qt::Key_Asterisk: