diff options
| author | Lars-Dominik Braun <lars@6xq.net> | 2015-02-28 15:12:04 +0100 |
|---|---|---|
| committer | Lars-Dominik Braun <lars@6xq.net> | 2015-05-02 21:36:45 +0200 |
| commit | 6ffe578b7d07e0236dc286465946a9869495ab7f (patch) | |
| tree | e714399dc35ce01426ecbfd7c88ee8f49dbe0b22 /palettes.c | |
| parent | 3214c51acb3346815ccd5e33f4114f232879e1a8 (diff) | |
| download | pucket-6ffe578b7d07e0236dc286465946a9869495ab7f.tar.gz pucket-6ffe578b7d07e0236dc286465946a9869495ab7f.tar.bz2 pucket-6ffe578b7d07e0236dc286465946a9869495ab7f.zip | |
Drop field
Diffstat (limited to 'palettes.c')
| -rw-r--r-- | palettes.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); } |
