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:
Diffstat (limited to 'source/blender/blenkernel/BKE_bvhutils.h')
-rw-r--r--source/blender/blenkernel/BKE_bvhutils.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/source/blender/blenkernel/BKE_bvhutils.h b/source/blender/blenkernel/BKE_bvhutils.h
index d22abd235df..1f161fc97a8 100644
--- a/source/blender/blenkernel/BKE_bvhutils.h
+++ b/source/blender/blenkernel/BKE_bvhutils.h
@@ -57,8 +57,9 @@ typedef struct BVHTreeFromMesh {
const struct MVert *vert;
const float (*vert_normals)[3];
const struct MEdge *edge;
- const struct MFace *face;
+ const struct MPoly *polys;
const struct MLoop *loop;
+ const struct MFace *face;
const struct MLoopTri *looptri;
/* Private data */