[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [41534] branches/cycles/source/blender/ makesdna/DNA_node_types.h: Cycles: fix DNA alignment problem in last commit .

Brecht Van Lommel brechtvanlommel at pandora.be
Fri Nov 4 22:19:52 CET 2011


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 {




More information about the Bf-blender-cvs mailing list