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/draw/DRW_pbvh.h')
-rw-r--r--source/blender/draw/DRW_pbvh.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/source/blender/draw/DRW_pbvh.h b/source/blender/draw/DRW_pbvh.h
index ffd4b92d87b..55f4658f55f 100644
--- a/source/blender/draw/DRW_pbvh.h
+++ b/source/blender/draw/DRW_pbvh.h
@@ -27,7 +27,6 @@ struct Object;
struct Mesh;
struct MLoopTri;
struct CustomData;
-struct MVert;
struct MEdge;
struct MLoop;
struct MPoly;
@@ -41,7 +40,7 @@ typedef struct PBVH_GPU_Args {
struct BMesh *bm;
const struct Mesh *me;
- const struct MVert *mvert;
+ const float (*mesh_positions)[3];
const struct MLoop *mloop;
const struct MPoly *mpoly;
int mesh_verts_num, mesh_faces_num, mesh_grids_num;