Enable formula debugger in debug mode
This commit is contained in:
parent
0a8247d837
commit
80823d7987
1 changed files with 1 additions and 1 deletions
|
@ -159,7 +159,7 @@ void formula_debugger::show_gui()
|
|||
WRN_FDB << "do not showing debug window due to NULL gui" << std::endl;
|
||||
return;
|
||||
}
|
||||
if (gui2::new_widgets) {
|
||||
if (game_config::debug) {
|
||||
gui2::tformula_debugger debug_dialog(*this);
|
||||
debug_dialog.show(resources::screen->video());
|
||||
} else {
|
||||
|
|
Loading…
Add table
Reference in a new issue