mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-15 19:13:07 +01:00
Fix metal a supports on slopes.
This commit is contained in:
@@ -493,7 +493,7 @@ bool metal_a_supports_paint_setup(int supportType, int segment, int special, int
|
||||
image_id |= imageColourFlags;
|
||||
|
||||
|
||||
sub_98197C(image_id, xOffset, yOffset, 0, 0, z - 1, height, boundBoxOffsetX, boundBoxOffsetY, boundBoxOffsetZ, rotation);
|
||||
sub_98197C(image_id, xOffset, yOffset, 0, 0, 0, height, boundBoxOffsetX, boundBoxOffsetY, boundBoxOffsetZ, rotation);
|
||||
|
||||
height += z;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user