From 613523d5f5f501c899364ff6de16b426d6f19741 Mon Sep 17 00:00:00 2001 From: Dalai Felinto Date: Thu, 23 Aug 2018 10:14:29 -0300 Subject: Rename: *_batch_cache_dirty > *_batch_cache_dirty_tag --- source/blender/editors/sculpt_paint/sculpt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/editors/sculpt_paint/sculpt.c') diff --git a/source/blender/editors/sculpt_paint/sculpt.c b/source/blender/editors/sculpt_paint/sculpt.c index 3efd18266dd..45037cfddfa 100644 --- a/source/blender/editors/sculpt_paint/sculpt.c +++ b/source/blender/editors/sculpt_paint/sculpt.c @@ -4906,7 +4906,7 @@ static void sculpt_flush_update(bContext *C) } /* 2.8x - avoid full mesh update! */ - BKE_mesh_batch_cache_dirty(ob->data, BKE_MESH_BATCH_DIRTY_SCULPT_COORDS); + BKE_mesh_batch_cache_dirty_tag(ob->data, BKE_MESH_BATCH_DIRTY_SCULPT_COORDS); } /* Returns whether the mouse/stylus is over the mesh (1) -- cgit v1.2.3