mirror of
https://github.com/OpenRCT2/OpenRCT2.git
synced 2025-01-22 10:21:57 -05:00
Fix OpenRCT2#16974: Small scenery ghosts can be deleted (#17062)
This commit is contained in:
parent
396ebc7193
commit
176c2f1e57
2 changed files with 2 additions and 1 deletions
|
@ -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 };
|
||||
|
||||
|
|
Loading…
Reference in a new issue