From ec25c7b3417d94551075ccc7050c1ce0eb720b99 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Tue, 2 May 2023 09:33:14 +1000 Subject: [PATCH] Cleanup: remove outdated/invalid comment --- source/blender/blenkernel/intern/constraint.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/blender/blenkernel/intern/constraint.c b/source/blender/blenkernel/intern/constraint.c index 2a26a65c852..630e8a9bf20 100644 --- a/source/blender/blenkernel/intern/constraint.c +++ b/source/blender/blenkernel/intern/constraint.c @@ -1509,7 +1509,7 @@ static void followpath_get_tarmat(struct Depsgraph *UNUSED(depsgraph), NULL, (data->followflag & FOLLOWPATH_FOLLOW) ? quat : NULL, &radius, - NULL)) { /* quat_pt is quat or NULL. */ + NULL)) { float totmat[4][4]; unit_m4(totmat);