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:
Diffstat (limited to 'source/blender/makesdna/DNA_lattice_types.h')
-rw-r--r--source/blender/makesdna/DNA_lattice_types.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/source/blender/makesdna/DNA_lattice_types.h b/source/blender/makesdna/DNA_lattice_types.h
index 3ba9e27144b..ca0136522c1 100644
--- a/source/blender/makesdna/DNA_lattice_types.h
+++ b/source/blender/makesdna/DNA_lattice_types.h
@@ -46,8 +46,9 @@ typedef struct Lattice {
struct AnimData *adt;
short pntsu, pntsv, pntsw, flag;
- short opntsu, opntsv, opntsw, pad2;
- char typeu, typev, typew, pad3;
+ short opntsu, opntsv, opntsw;
+ char _pad2[3];
+ char typeu, typev, typew;
/** Active element index, unset with LT_ACTBP_NONE. */
int actbp;