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>2011-12-01 05:41:56 +0400
committerCampbell Barton <ideasman42@gmail.com>2011-12-01 05:41:56 +0400
commitf06bbaed9263fbcc00a91ca47edcaace288efe9c (patch)
treeae72a5ae61f9d9f1f07f0e5292d42004272b20a6 /source/blender/makesdna/DNA_meshdata_types.h
parent25098c741b4ee227b4d63ab3d56bb5e829305612 (diff)
split BMFlags_To_MEFlags & MEFlags_To_BMFlags into type specific calls, since we always know the types with these functions theres not much point in having generic calls with a type switch.
Diffstat (limited to 'source/blender/makesdna/DNA_meshdata_types.h')
-rw-r--r--source/blender/makesdna/DNA_meshdata_types.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/makesdna/DNA_meshdata_types.h b/source/blender/makesdna/DNA_meshdata_types.h
index 3a8fecc133c..c4fb1c9b33a 100644
--- a/source/blender/makesdna/DNA_meshdata_types.h
+++ b/source/blender/makesdna/DNA_meshdata_types.h
@@ -80,7 +80,7 @@ typedef struct MPoly {
/*offset into loop array and number of loops in the face*/
int loopstart, totloop;
short mat_nr;
- short flag;
+ char flag, pad;
} MPoly;
/*the e here is because we want to move away from