From 93b24b91a99c688e95d460420569010e8b93f4ba Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Tue, 3 Dec 2013 09:10:03 +1100 Subject: Knife Tool: incorrect sized vector args (harmless but misleading) --- source/blender/editors/mesh/editmesh_knife.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/blender/editors/mesh/editmesh_knife.c b/source/blender/editors/mesh/editmesh_knife.c index eb8ebefa6c9..102bad26e28 100644 --- a/source/blender/editors/mesh/editmesh_knife.c +++ b/source/blender/editors/mesh/editmesh_knife.c @@ -1076,7 +1076,7 @@ static void knifetool_draw(const bContext *C, ARegion *UNUSED(ar), void *arg) * In such a case we should have gotten hits on edges or verts of the face. */ static bool knife_ray_intersect_face(KnifeTool_OpData *kcd, const float s[2], - const float v1[2], const float v2[2], + const float v1[3], const float v2[3], BMFace *f, const float face_tol, float intersectp[3]) -- cgit v1.2.3