From 6ffe578b7d07e0236dc286465946a9869495ab7f Mon Sep 17 00:00:00 2001 From: Lars-Dominik Braun Date: Sat, 28 Feb 2015 15:12:04 +0100 Subject: Drop field --- palettes.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'palettes.c') diff --git a/palettes.c b/palettes.c index 6154054..77f3142 100644 --- a/palettes.c +++ b/palettes.c @@ -382,7 +382,7 @@ static double try_colors(flam3_genome *g, int color_resolution) { f.sub_batch_size = 10000; image = (unsigned char *) calloc(g->width * g->height, 3); - if (flam3_render(&f, image, flam3_field_both, &stats)) { + if (flam3_render(&f, image, &stats)) { fprintf(stderr,"Error rendering test image for trycolors. Aborting.\n"); return(-1); } -- cgit v1.2.3