From 30fd1ab523393216a66a7debb7e42ec39e40a242 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Mon, 21 Nov 2011 20:47:19 +0000 Subject: replace ImBuf.depth with ImBuf.planes to match ImageFormatData.planes & to avoid confusion with ImageFormatData.depth --- source/creator/creator.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/creator') diff --git a/source/creator/creator.c b/source/creator/creator.c index 67646a19cb7..0fa60b96bf4 100644 --- a/source/creator/creator.c +++ b/source/creator/creator.c @@ -619,7 +619,7 @@ static int set_image_type(int argc, const char **argv, void *data) #endif else { printf("\nError: Format from '-F / --render-format' not known or not compiled in this release.\n"); - imtype_new= imtype_new; + imtype_new= scene->r.im_format.imtype; } scene->r.im_format.imtype= imtype_new; -- cgit v1.2.3