From 588296bcb795042fa626153e789a44731995ee83 Mon Sep 17 00:00:00 2001 From: Duncan Date: Thu, 19 May 2016 12:37:04 +0100 Subject: [PATCH] Fix metal a supports on slopes. --- src/paint/supports.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/paint/supports.c b/src/paint/supports.c index c857f606a2..fc01a6edbb 100644 --- a/src/paint/supports.c +++ b/src/paint/supports.c @@ -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; }