From 811669c14e7b46a8e1fd00aa05855ba2cf3ab9c4 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Sat, 14 Sep 2013 12:04:10 +0000 Subject: minor style clanup and use more meaningful name for 3DCONNEXION source code. --- source/blender/makesdna/DNA_mask_types.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/makesdna/DNA_mask_types.h') diff --git a/source/blender/makesdna/DNA_mask_types.h b/source/blender/makesdna/DNA_mask_types.h index 1b1c912d179..4307ea57f15 100644 --- a/source/blender/makesdna/DNA_mask_types.h +++ b/source/blender/makesdna/DNA_mask_types.h @@ -67,7 +67,7 @@ typedef struct MaskParent { char sub_parent[64]; /* sub-entity of parent to which parenting happened * in case of parenting to movie tracking data contains name of track */ float parent_orig[2]; /* track location at the moment of parenting, - stored in mask space*/ + * stored in mask space*/ float parent_corners_orig[4][2]; /* Original corners of plane track at the moment of parenting */ } MaskParent; -- cgit v1.2.3