Fixed whole map not redrawing when toggling fg debug

This commit is contained in:
Charles Dang 2022-10-04 12:20:21 -04:00
parent a6bfc1187e
commit 0712a94b11

View File

@ -1734,6 +1734,7 @@ void console_handler::do_clear()
void console_handler::do_foreground()
{
menu_handler_.gui_->toggle_debug_flag(display::DEBUG_FOREGROUND);
menu_handler_.gui_->invalidate_all();
}
void console_handler::do_layers()