You've already forked OpenRCT2-Unity
mirror of
https://github.com/izzy2lost/OpenRCT2-Unity.git
synced 2026-03-10 12:38:22 -07: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