Cycles: fix DNA alignment problem in last commit.

This commit is contained in:
Brecht Van Lommel
2011-11-04 21:19:51 +00:00
parent 72929172dd
commit f188bc3550

View File

@@ -444,12 +444,12 @@ typedef struct NodeTexSky {
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 {