Browse Source

Fix minimap redraw on fow reveal

Ivan Savenko 2 years ago
parent
commit
21407b26dd
1 changed files with 1 additions and 0 deletions
  1. 1 0
      client/adventureMap/CMinimap.cpp

+ 1 - 0
client/adventureMap/CMinimap.cpp

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