Cleanup: remove redundant assignment in SCULPT_brush_test_init

As discussed in D9120, this was an oversight in rBe0c792135adf, the same
assignment already happens a couple of lines above.
This commit is contained in:
Philipp Oeser 2020-10-13 13:11:24 +02:00
parent c11ae5cd21
commit 79875e37fe
1 changed files with 0 additions and 2 deletions

View File

@ -1608,8 +1608,6 @@ void SCULPT_brush_test_init(SculptSession *ss, SculptBrushTest *test)
zero_v4(test->plane_view);
zero_v4(test->plane_tool);
test->mirror_symmetry_pass = ss->cache ? ss->cache->mirror_symmetry_pass : 0;
if (RV3D_CLIPPING_ENABLED(v3d, rv3d)) {
test->clip_rv3d = rv3d;
}