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:
authorCampbell Barton <ideasman42@gmail.com>2015-07-23 08:39:36 +0300
committerCampbell Barton <ideasman42@gmail.com>2015-07-23 08:40:47 +0300
commit6aabc1bde4ebb284a6b5c9bf1e936502b6fc1c07 (patch)
tree88683a7ebc8d2bc5e699b8b762dd9de330e0fb33 /source/blender/blenkernel/BKE_bvhutils.h
parent0a249f98534e20928d2d52c4585bff5d96ea9000 (diff)
Cleanup; duplicate header
Diffstat (limited to 'source/blender/blenkernel/BKE_bvhutils.h')
-rw-r--r--source/blender/blenkernel/BKE_bvhutils.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/blenkernel/BKE_bvhutils.h b/source/blender/blenkernel/BKE_bvhutils.h
index 52a659bc0c2..d8eaa350e66 100644
--- a/source/blender/blenkernel/BKE_bvhutils.h
+++ b/source/blender/blenkernel/BKE_bvhutils.h
@@ -110,7 +110,7 @@ BVHTree *bvhtree_from_mesh_looptri_ex(
struct BVHTreeFromMesh *data,
const struct MVert *vert, const bool vert_allocated,
const struct MLoop *mloop, const bool loop_allocated,
- const struct MLoopTri *looptri, const int looptri_num, const bool face_allocated,
+ const struct MLoopTri *looptri, const int looptri_num, const bool looptri_allocated,
BLI_bitmap *mask, int looptri_num_active,
float epsilon, int tree_type, int axis);