mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-15 19:13:07 +01:00
This commit is contained in:
@@ -818,6 +818,10 @@ static void window_tile_inspector_mouseup(rct_window* w, rct_widgetindex widgetI
|
||||
}
|
||||
|
||||
TileElement* const tileElement = window_tile_inspector_get_selected_element(w);
|
||||
|
||||
// Update selection, can be nullptr.
|
||||
OpenRCT2::TileInspector::SetSelectedElement(tileElement);
|
||||
|
||||
if (tileElement == nullptr)
|
||||
return;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user