mirror of
https://github.com/wesnoth/wesnoth
synced 2025-04-28 09:58:15 +00:00
Fixed whole map not redrawing when toggling fg debug
This commit is contained in:
parent
a6bfc1187e
commit
0712a94b11
@ -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()
|
||||
|
Loading…
x
Reference in New Issue
Block a user