[Bf-blender-cvs] [7d23dd44304] master: Cleanup: Clang tidy inconsistent parameter name

Hans Goudey noreply at git.blender.org
Tue Nov 17 18:57:42 CET 2020


Commit: 7d23dd443046e5b1624f7f3819e020407eb49ef0
Author: Hans Goudey
Date:   Tue Nov 17 12:57:35 2020 -0500
Branches: master
https://developer.blender.org/rB7d23dd443046e5b1624f7f3819e020407eb49ef0

Cleanup: Clang tidy inconsistent parameter name

===================================================================

M	source/blender/bmesh/intern/bmesh_query_uv.h

===================================================================

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,



More information about the Bf-blender-cvs mailing list