From 02e5b6af7df001cc105e874ade35b47d560b1f83 Mon Sep 17 00:00:00 2001 From: Lars-Dominik Braun Date: Sat, 28 Feb 2015 10:25:40 +0100 Subject: Drop oversampling Just scale it down. --- interpolation.c | 1 - 1 file changed, 1 deletion(-) (limited to 'interpolation.c') diff --git a/interpolation.c b/interpolation.c index 78b798f..8a5c87b 100644 --- a/interpolation.c +++ b/interpolation.c @@ -424,7 +424,6 @@ void flam3_interpolate_n(flam3_genome *result, int ncp, INTERP(hue_rotation); INTERI(width); INTERI(height); - INTERI(spatial_oversample); INTERP(center[0]); INTERP(center[1]); INTERP(rot_center[0]); -- cgit v1.2.3