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>2020-07-30 01:41:03 +0300
committerCampbell Barton <ideasman42@gmail.com>2020-07-30 01:43:40 +0300
commit929c94ee20e04b2d887876bb453933f63c93909f (patch)
treec97591a2f3130b77ca4118340291a36105df6692 /source/blender/editors/sculpt_paint/sculpt_cloth.c
parent2181028292432a24bf020e0442fb804f44c62551 (diff)
Cleanup: warnings
Diffstat (limited to 'source/blender/editors/sculpt_paint/sculpt_cloth.c')
-rw-r--r--source/blender/editors/sculpt_paint/sculpt_cloth.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/sculpt_paint/sculpt_cloth.c b/source/blender/editors/sculpt_paint/sculpt_cloth.c
index d91d9ba8438..434206c1584 100644
--- a/source/blender/editors/sculpt_paint/sculpt_cloth.c
+++ b/source/blender/editors/sculpt_paint/sculpt_cloth.c
@@ -176,7 +176,7 @@ static void do_cloth_brush_build_constraints_task_cb_ex(
{
SculptThreadedTaskData *data = userdata;
SculptSession *ss = data->ob->sculpt;
- Brush *brush = data->brush;
+ const Brush *brush = data->brush;
PBVHVertexIter vd;