Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2013-09-14 16:04:10 +0400
committerCampbell Barton <ideasman42@gmail.com>2013-09-14 16:04:10 +0400
commit811669c14e7b46a8e1fd00aa05855ba2cf3ab9c4 (patch)
treee66de4afc1bf0a679651af222a2308b3de2c2acf /source/blender/makesdna/DNA_mask_types.h
parent7114ab18a2f58f2130e3a0986691900281adfade (diff)
minor style clanup and use more meaningful name for 3DCONNEXION source code.
Diffstat (limited to 'source/blender/makesdna/DNA_mask_types.h')
-rw-r--r--source/blender/makesdna/DNA_mask_types.h2
1 files changed, 1 insertions, 1 deletions
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;