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:
@@ -1,4 +1,6 @@
|
||||
0.4.1 (in development)
|
||||
------------------------------------------------------------------------
|
||||
- Fix: [#16974] Small scenery ghosts can be deleted.
|
||||
|
||||
0.4.0 (2022-04-25)
|
||||
------------------------------------------------------------------------
|
||||
|
||||
@@ -109,7 +109,6 @@ static void PaintSmallSceneryBody(
|
||||
{
|
||||
PROFILED_FUNCTION();
|
||||
|
||||
session.InteractionType = ViewportInteractionItem::Scenery;
|
||||
CoordsXYZ boxLength;
|
||||
CoordsXYZ boxOffset{ 0, 0, height };
|
||||
|
||||
|
||||
Reference in New Issue
Block a user