1
0
mirror of https://github.com/OpenTTD/OpenTTD.git synced 2025-09-01 10:59:12 +00:00

(svn r26265) -Fix: Don't rebuild the link graph overlay cache twice in a row

This commit is contained in:
fonsinchen
2014-01-19 09:26:17 +00:00
parent f373f8a9c2
commit be62387e44

View File

@@ -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();
}
/**