From 7d23dd443046e5b1624f7f3819e020407eb49ef0 Mon Sep 17 00:00:00 2001 From: Hans Goudey Date: Tue, 17 Nov 2020 12:57:35 -0500 Subject: Cleanup: Clang tidy inconsistent parameter name --- source/blender/bmesh/intern/bmesh_query_uv.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/bmesh/intern') diff --git a/source/blender/bmesh/intern/bmesh_query_uv.h b/source/blender/bmesh/intern/bmesh_query_uv.h index 9aad8e17ca0..fe62c5a8809 100644 --- a/source/blender/bmesh/intern/bmesh_query_uv.h +++ b/source/blender/bmesh/intern/bmesh_query_uv.h @@ -38,7 +38,7 @@ float BM_face_uv_calc_cross(const BMFace *f, const int cd_loop_uv_offset) ATTR_W ATTR_NONNULL(); void BM_face_uv_minmax(const BMFace *f, float min[2], float max[2], const int cd_loop_uv_offset); -void BM_face_uv_transform(BMFace *f, const float matix[2][2], const int cd_loop_uv_offset); +void BM_face_uv_transform(BMFace *f, const float matrix[2][2], const int cd_loop_uv_offset); bool BM_loop_uv_share_edge_check_with_limit(BMLoop *l_a, BMLoop *l_b, -- cgit v1.2.3