From 4e39b316718017b63e8370f2c0eb52a83c4d3292 Mon Sep 17 00:00:00 2001 From: Dalai Felinto Date: Mon, 29 May 2017 11:15:02 +0200 Subject: Fix crash on rna show diffuse color update (untested because texture painting is not working) --- source/blender/makesrna/intern/rna_sculpt_paint.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/makesrna') diff --git a/source/blender/makesrna/intern/rna_sculpt_paint.c b/source/blender/makesrna/intern/rna_sculpt_paint.c index d885363b5dc..418527b85f2 100644 --- a/source/blender/makesrna/intern/rna_sculpt_paint.c +++ b/source/blender/makesrna/intern/rna_sculpt_paint.c @@ -274,7 +274,7 @@ static void rna_Sculpt_update(bContext *C, Scene *scene, PointerRNA *UNUSED(ptr) } } -static void rna_Sculpt_ShowDiffuseColor_update(Main *UNUSED(bmain), bContext *C, Scene *scene, PointerRNA *UNUSED(ptr)) +static void rna_Sculpt_ShowDiffuseColor_update(bContext *C, Scene *scene, PointerRNA *UNUSED(ptr)) { SceneLayer *sl = CTX_data_scene_layer(C); Object *ob = OBACT_NEW; -- cgit v1.2.3