1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-24 07:14:31 +01:00

Remove manual map selection invalidation calls

This commit is contained in:
mix
2025-11-16 00:19:34 +00:00
parent 83591cf94e
commit f3cedcc1d9
22 changed files with 0 additions and 131 deletions

View File

@@ -121,7 +121,6 @@ namespace OpenRCT2::Ui::Windows
{
ClearProvisional();
ViewportSetVisibility(ViewportVisibility::standard);
MapInvalidateMapSelectionTiles();
gMapSelectFlags.unset(MapSelectFlag::enableConstruct);
gMapSelectFlags.unset(MapSelectFlag::enableArrow);
HideGridlines();
@@ -172,7 +171,6 @@ namespace OpenRCT2::Ui::Windows
{
TrackDesignState tds{};
MapInvalidateMapSelectionTiles();
gMapSelectFlags.unset(MapSelectFlag::enable);
gMapSelectFlags.unset(MapSelectFlag::enableConstruct);
gMapSelectFlags.unset(MapSelectFlag::enableArrow);
@@ -256,7 +254,6 @@ namespace OpenRCT2::Ui::Windows
void onToolDown(WidgetIndex widgetIndex, const ScreenCoordsXY& screenCoords) override
{
ClearProvisional();
MapInvalidateMapSelectionTiles();
gMapSelectFlags.unset(MapSelectFlag::enable);
gMapSelectFlags.unset(MapSelectFlag::enableConstruct);
gMapSelectFlags.unset(MapSelectFlag::enableArrow);