exit the UE with q in console

master
Andre Puschmann 7 years ago
parent b85a220145
commit 3afb93fcb9

@ -422,6 +422,9 @@ void *input_loop(void *m) {
cout << "Enter t to restart trace." << endl;
}
metrics_screen.toggle_print(do_metrics);
} else
if ('q' == key) {
running = false;
}
}
}

Loading…
Cancel
Save