Bad commit previously, but not minimap updates.

This commit is contained in:
Zed A. Shaw 2025-03-23 00:06:16 -04:00
parent 322797f787
commit 6fe343d82d
2 changed files with 2 additions and 0 deletions

View file

@ -53,6 +53,7 @@ namespace gui {
auto& map_text = $gui.get<guecs::WideText>(grid);
map_text.update(map_out);
$gui.render(window);
// $gui.debug_layout(window);
}