diff --git a/src/openrct2/ride/thrill/MagicCarpet.cpp b/src/openrct2/ride/thrill/MagicCarpet.cpp index 32b9d2224e..e00a9f5077 100644 --- a/src/openrct2/ride/thrill/MagicCarpet.cpp +++ b/src/openrct2/ride/thrill/MagicCarpet.cpp @@ -203,7 +203,7 @@ static void PaintMagicCarpetStructure( bbOffset.y = bb.offset.y; bbOffset.z = height + 7; bbSize.x = bb.length.x; - bbSize.y = bb.offset.y; + bbSize.y = bb.length.y; bbSize.z = 127; PaintMagicCarpetFrame(session, Plane::Back, direction, offset, bbOffset, bbSize);