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_collection_types.h')
-rw-r--r--source/blender/makesdna/DNA_collection_types.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/source/blender/makesdna/DNA_collection_types.h b/source/blender/makesdna/DNA_collection_types.h
index 7b47523baa7..56f3d6ff290 100644
--- a/source/blender/makesdna/DNA_collection_types.h
+++ b/source/blender/makesdna/DNA_collection_types.h
@@ -58,7 +58,8 @@ typedef struct Collection {
unsigned int layer DNA_DEPRECATED;
float instance_offset[3];
- short flag, pad[3];
+ short flag;
+ char _pad[6];
/* Runtime. Cache of objects in this collection and all its
* children. This is created on demand when e.g. some physics