summaryrefslogtreecommitdiff
path: root/palettes.c
diff options
context:
space:
mode:
authorLars-Dominik Braun <lars@6xq.net>2015-02-28 15:12:04 +0100
committerLars-Dominik Braun <lars@6xq.net>2015-05-02 21:36:45 +0200
commit6ffe578b7d07e0236dc286465946a9869495ab7f (patch)
treee714399dc35ce01426ecbfd7c88ee8f49dbe0b22 /palettes.c
parent3214c51acb3346815ccd5e33f4114f232879e1a8 (diff)
downloadpucket-6ffe578b7d07e0236dc286465946a9869495ab7f.tar.gz
pucket-6ffe578b7d07e0236dc286465946a9869495ab7f.tar.bz2
pucket-6ffe578b7d07e0236dc286465946a9869495ab7f.zip
Drop field
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);
}