From 1d629a44036286b2d5e255f8a3f10d3f1eb0af08 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Tue, 4 Oct 2022 13:53:59 +1100 Subject: Cleanup: correct argument size for plane in planeProjection --- source/blender/editors/transform/transform_constraints.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source') diff --git a/source/blender/editors/transform/transform_constraints.c b/source/blender/editors/transform/transform_constraints.c index d09bd99ef57..fa56456d8e7 100644 --- a/source/blender/editors/transform/transform_constraints.c +++ b/source/blender/editors/transform/transform_constraints.c @@ -338,7 +338,7 @@ static bool isPlaneProjectionViewAligned(const TransInfo *t, const float plane[4 } static void planeProjection(const TransInfo *t, - const float plane[3], + const float plane[4], const float in[3], float out[3]) { -- cgit v1.2.3