UI scaling: try to also scale the mini_map

This commit is contained in:
Laurent Alonso(fr)
2020-06-11 14:52:18 +02:00
committed by Celtic Minstrel
parent 5896188094
commit 35e1599f71
2 changed files with 11 additions and 1 deletions

View File

@@ -287,6 +287,7 @@ void handle_events() {
if(changed_display_mode) {
changed_display_mode = false;
adjust_window_mode();
init_mini_map();
}
// Still no idea what this does. It's possible that this does not work at all.