summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'main.c')
-rw-r--r--main.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/main.c b/main.c
index 4c18336..7a24e82 100644
--- a/main.c
+++ b/main.c
@@ -110,8 +110,6 @@ static void do_render (const render_arguments * const arguments) {
flam3_genome * const genome = &cps[0];
- /* Force ntemporal_samples to 1 for -render */
- genome->ntemporal_samples = 1;
genome->sample_density = arguments->quality;
genome->height *= arguments->scale;
genome->width *= arguments->scale;