1
0
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:
Ivan Savenko 2023-03-16 18:36:31 +02:00
parent aea2a1e22e
commit 21407b26dd

View File

@ -232,5 +232,6 @@ void CMinimap::updateTile(const int3 &pos)
{
if(minimap)
minimap->refreshTile(pos);
redraw();
}