Revision: 41534
          
http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=41534
Author:   blendix
Date:     2011-11-04 21:19:51 +0000 (Fri, 04 Nov 2011)
Log Message:
-----------
Cycles: fix DNA alignment problem in last commit.

Modified Paths:
--------------
    branches/cycles/source/blender/makesdna/DNA_node_types.h

Modified: branches/cycles/source/blender/makesdna/DNA_node_types.h
===================================================================
--- branches/cycles/source/blender/makesdna/DNA_node_types.h    2011-11-04 
20:58:00 UTC (rev 41533)
+++ branches/cycles/source/blender/makesdna/DNA_node_types.h    2011-11-04 
21:19:51 UTC (rev 41534)
@@ -444,12 +444,12 @@
 
 typedef struct NodeTexImage {
        NodeTexBase base;
-       int color_space;
+       int color_space, pad;
 } NodeTexImage;
 
 typedef struct NodeTexEnvironment {
        NodeTexBase base;
-       int color_space;
+       int color_space, pad;
 } NodeTexEnvironment;
 
 typedef struct NodeTexBlend {

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

Reply via email to