From 5b22713c22600f5286542aa0c690537b2c04c809 Mon Sep 17 00:00:00 2001 From: Brecht Van Lommel Date: Mon, 17 Feb 2020 13:05:07 +0100 Subject: Cleanup: compiler warning --- source/blender/editors/sculpt_paint/sculpt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/editors') diff --git a/source/blender/editors/sculpt_paint/sculpt.c b/source/blender/editors/sculpt_paint/sculpt.c index f03da21e02a..b6da1cc5a64 100644 --- a/source/blender/editors/sculpt_paint/sculpt.c +++ b/source/blender/editors/sculpt_paint/sculpt.c @@ -1637,7 +1637,7 @@ static void calc_area_center( .use_area_cos = true, }; - AreaNormalCenterTLSData anctd = {0}; + AreaNormalCenterTLSData anctd = {{{0}}}; PBVHParallelSettings settings; BKE_pbvh_parallel_range_settings(&settings, (sd->flags & SCULPT_USE_OPENMP), totnode); -- cgit v1.2.3