From a42c490a04ff06c4baeb3fb43c96767a17e4d960 Mon Sep 17 00:00:00 2001 From: Robert Holcomb Date: Wed, 25 Aug 2010 02:18:37 +0000 Subject: Applied patch #23379. Does not change existing .blend files and looks good. --- source/blender/makesdna/DNA_node_types.h | 1 + 1 file changed, 1 insertion(+) (limited to 'source/blender/makesdna/DNA_node_types.h') diff --git a/source/blender/makesdna/DNA_node_types.h b/source/blender/makesdna/DNA_node_types.h index e3ac90bf881..fe422bfa689 100644 --- a/source/blender/makesdna/DNA_node_types.h +++ b/source/blender/makesdna/DNA_node_types.h @@ -255,6 +255,7 @@ typedef struct NodeChroma { typedef struct NodeTwoXYs { short x1, x2, y1, y2; + float fac_x1, fac_x2, fac_y1, fac_y2; } NodeTwoXYs; typedef struct NodeTwoFloats { -- cgit v1.2.3