Commit: 615a7aea5534e0730fa8bf0690d5e30a478aa1fe
Author: Sergey Sharybin
Date:   Tue May 12 16:36:34 2015 +0500
Branches: master
https://developer.blender.org/rB615a7aea5534e0730fa8bf0690d5e30a478aa1fe

Depsgraph: Attempt to fix alignment issue on 32bit platforms

===================================================================

M       source/blender/makesdna/DNA_scene_types.h

===================================================================

diff --git a/source/blender/makesdna/DNA_scene_types.h 
b/source/blender/makesdna/DNA_scene_types.h
index fe346ee..7ac00e1 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 */

_______________________________________________
Bf-blender-cvs mailing list
[email protected]
http://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to