From b4a889fcb49817ad218c07d347d86daad4662ab7 Mon Sep 17 00:00:00 2001 From: fonsinchen Date: Sun, 19 Jan 2014 09:26:17 +0000 Subject: [PATCH] (svn r26265) -Fix: Don't rebuild the link graph overlay cache twice in a row --- src/smallmap_gui.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/smallmap_gui.cpp b/src/smallmap_gui.cpp index 9e91dc6324..e144ddb0cb 100644 --- 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(); } /**