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/editors/sculpt_paint/paint_hide.c')
-rw-r--r--source/blender/editors/sculpt_paint/paint_hide.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/blender/editors/sculpt_paint/paint_hide.c b/source/blender/editors/sculpt_paint/paint_hide.c
index c271a4b668b..40e5e8080dd 100644
--- a/source/blender/editors/sculpt_paint/paint_hide.c
+++ b/source/blender/editors/sculpt_paint/paint_hide.c
@@ -288,7 +288,7 @@ static void partialvis_update_bmesh(Object *ob,
}
static void partialvis_update_trimesh_verts(TM_TriMesh *bm,
- TMElemSet *verts,
+ TableGSet *verts,
PartialVisAction action,
PartialVisArea area,
float planes[4][4],
@@ -351,7 +351,7 @@ static void partialvis_update_trimesh(Object *ob,
float planes[4][4])
{
TM_TriMesh *bm;
- TMElemSet *unique, *other;
+ TableGSet *unique, *other;
GSet *faces;
bool any_changed = false, any_visible = false;