1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-19 04:53:12 +01:00

Fix OpenRCT2#16974: Small scenery ghosts can be deleted (#17062)

This commit is contained in:
Greg
2022-04-26 06:25:56 -04:00
committed by GitHub
parent 396ebc7193
commit 176c2f1e57
2 changed files with 2 additions and 1 deletions

View File

@@ -1,4 +1,6 @@
0.4.1 (in development)
------------------------------------------------------------------------
- Fix: [#16974] Small scenery ghosts can be deleted.
0.4.0 (2022-04-25)
------------------------------------------------------------------------

View File

@@ -109,7 +109,6 @@ static void PaintSmallSceneryBody(
{
PROFILED_FUNCTION();
session.InteractionType = ViewportInteractionItem::Scenery;
CoordsXYZ boxLength;
CoordsXYZ boxOffset{ 0, 0, height };