# HG changeset patch # User fonsinchen # Date 2014-01-19 09:26:17 # Node ID d6ab1e11dea6deca5c3db3e785c9aba0c1846a8c # Parent 16f9e469fb3b2fc6f5c1d4de61b7d656b9b02a72 (svn r26265) -Fix: Don't rebuild the link graph overlay cache twice in a row diff --git a/src/smallmap_gui.cpp b/src/smallmap_gui.cpp --- a/src/smallmap_gui.cpp +++ b/src/smallmap_gui.cpp @@ -1309,7 +1309,6 @@ void SmallMapWindow::SetOverlayCargoMask if (_legend_linkstats[i].show_on_map) SetBit(cargo_mask, _legend_linkstats[i].type); } this->overlay->SetCargoMask(cargo_mask); - this->overlay->RebuildCache(); } /**