Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnkit Meel <ankitjmeel@gmail.com>2020-11-09 18:56:15 +0300
committerAnkit Meel <ankitjmeel@gmail.com>2020-11-09 19:01:13 +0300
commitbd2dda90b6a35da21446ccfb7db2de0cb972d3f5 (patch)
tree0e9cf196aaaa4ac7709b17e40a1536c3dfff7b91 /source/blender/bmesh
parent94b44a5228c0e5013281215061c5b1a38d0d3ae5 (diff)
Cleanup: Clang-tidy, inconsistent parameter name
readability-inconsistent-declaration-parameter-name
Diffstat (limited to 'source/blender/bmesh')
-rw-r--r--source/blender/bmesh/tools/bmesh_boolean.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/bmesh/tools/bmesh_boolean.cc b/source/blender/bmesh/tools/bmesh_boolean.cc
index 929bc510672..39b425a41df 100644
--- a/source/blender/bmesh/tools/bmesh_boolean.cc
+++ b/source/blender/bmesh/tools/bmesh_boolean.cc
@@ -492,7 +492,7 @@ bool BM_mesh_boolean_knife(BMesh *UNUSED(bm),
const int UNUSED(nshapes),
const bool UNUSED(use_self),
const bool UNUSED(use_separate_all),
- const bool UNUSED(keep_boolean))
+ const bool UNUSED(keep_hidden))
{
UNUSED_VARS(looptris, test_fn);
return false;