mirror of
https://github.com/vcmi/vcmi.git
synced 2025-01-12 02:28:11 +02:00
Fix minimap redraw on fow reveal
This commit is contained in:
parent
aea2a1e22e
commit
21407b26dd
@ -232,5 +232,6 @@ void CMinimap::updateTile(const int3 &pos)
|
||||
{
|
||||
if(minimap)
|
||||
minimap->refreshTile(pos);
|
||||
redraw();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user