summaryrefslogtreecommitdiff
path: root/palettes.c
diff options
context:
space:
mode:
Diffstat (limited to 'palettes.c')
-rw-r--r--palettes.c2
1 files changed, 1 insertions, 1 deletions
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);
}