Depsgraph: Attempt to fix alignment issue on 32bit platforms

This commit is contained in:
Sergey Sharybin 2015-05-12 16:36:34 +05:00
parent 29529d2ac3
commit 615a7aea55
1 changed files with 1 additions and 0 deletions

View File

@ -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 */