From 52cfc620c8cc3125282d8dd66df312ffb576569c Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Thu, 11 Feb 2021 12:34:41 +1100 Subject: Fix T83013: Annotation with hidden object in sculpt mode crashes This just avoids the crash, the annotation tool still doesn't work. Larger changes will be needed to resolve this, see T85532. --- source/blender/editors/transform/transform_convert.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/editors/transform/transform_convert.h') diff --git a/source/blender/editors/transform/transform_convert.h b/source/blender/editors/transform/transform_convert.h index be4322b42e2..466bfd6b226 100644 --- a/source/blender/editors/transform/transform_convert.h +++ b/source/blender/editors/transform/transform_convert.h @@ -224,7 +224,7 @@ void createTransPaintCurveVerts(bContext *C, TransInfo *t); void flushTransPaintCurve(TransInfo *t); /* transform_convert_particle.c */ -void createTransParticleVerts(bContext *C, TransInfo *t); +void createTransParticleVerts(TransInfo *t); void recalcData_particles(TransInfo *t); /* transform_convert_sculpt.c */ -- cgit v1.2.3