summaryrefslogtreecommitdiff
path: root/interpolation.c
diff options
context:
space:
mode:
Diffstat (limited to 'interpolation.c')
-rw-r--r--interpolation.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/interpolation.c b/interpolation.c
index c2b245c..5fa1e07 100644
--- a/interpolation.c
+++ b/interpolation.c
@@ -366,10 +366,10 @@ void flam3_interpolate_n(flam3_genome *result, int ncp,
INTERP(xform[i].blob_low);
INTERP(xform[i].blob_high);
INTERP(xform[i].blob_waves);
- INTERP(xform[i].pdj_a);
- INTERP(xform[i].pdj_b);
- INTERP(xform[i].pdj_c);
- INTERP(xform[i].pdj_d);
+ INTERP(xform[i].pdj_ac[0]);
+ INTERP(xform[i].pdj_bd[0]);
+ INTERP(xform[i].pdj_ac[1]);
+ INTERP(xform[i].pdj_bd[1]);
INTERP(xform[i].fan2_x);
INTERP(xform[i].fan2_y);
INTERP(xform[i].rings2_val);