Fix metal a supports on slopes.

This commit is contained in:
Duncan 2016-05-19 12:37:04 +01:00
parent 01edc0ff19
commit 588296bcb7
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}