Cleanup: correct argument size for plane in planeProjection

This commit is contained in:
Campbell Barton 2022-10-04 13:53:59 +11:00
parent 22c3db72ca
commit 1d629a4403

@ -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])
{