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:
authorSergey Sharybin <sergey.vfx@gmail.com>2015-05-12 14:36:34 +0300
committerSergey Sharybin <sergey.vfx@gmail.com>2015-05-12 14:36:34 +0300
commit615a7aea5534e0730fa8bf0690d5e30a478aa1fe (patch)
tree286ebebbb28b508d4c8ce8fb77ecc4d966e56dd0 /source/blender/makesdna/DNA_scene_types.h
parent29529d2ac31a35f5cdd8c02e9c36cfcc1e0c7bc4 (diff)
Depsgraph: Attempt to fix alignment issue on 32bit platforms
Diffstat (limited to 'source/blender/makesdna/DNA_scene_types.h')
-rw-r--r--source/blender/makesdna/DNA_scene_types.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/makesdna/DNA_scene_types.h b/source/blender/makesdna/DNA_scene_types.h
index fe346eecec5..7ac00e16aff 100644
--- a/source/blender/makesdna/DNA_scene_types.h
+++ b/source/blender/makesdna/DNA_scene_types.h
@@ -1402,6 +1402,7 @@ typedef struct Scene {
/* none of the dependency graph vars is mean to be saved */
struct Depsgraph *depsgraph;
+ void *pad1;
struct DagForest *theDag;
short dagflags;
short recalc; /* recalc = counterpart of ob->recalc */