GUI2/minimap: Mark minimap dirty when updating
This commit is contained in:
parent
3874fe5f0d
commit
d3964134bc
1 changed files with 1 additions and 0 deletions
|
@ -81,6 +81,7 @@ void minimap::set_map_data(const std::string& map_data)
|
|||
}
|
||||
|
||||
map_data_ = map_data;
|
||||
set_is_dirty(true);
|
||||
|
||||
try {
|
||||
map_ = std::make_unique<gamemap>(map_data_);
|
||||
|
|
Loading…
Add table
Reference in a new issue