From b66dc836db66e9769f5c7142104c80fda6dd386b Mon Sep 17 00:00:00 2001 From: Lars-Dominik Braun Date: Sat, 2 May 2015 17:02:51 +0200 Subject: Clean up apply_xform --- variations.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'variations.h') diff --git a/variations.h b/variations.h index 5d9f2bd..1aa7a7a 100644 --- a/variations.h +++ b/variations.h @@ -22,6 +22,7 @@ void xform_precalc (flam3_xform * const xform); int prepare_precalc_flags(flam3_genome *); -int apply_xform(const flam3_genome * const cp, int fn, const double4 p, double4 *q_ret, randctx *rc); +int apply_xform(const flam3_xform * const xf, const unsigned int fn, + const double4 p, double4 *q_ret, randctx * const rc); void initialize_xforms(flam3_genome *thiscp, int start_here); -- cgit v1.2.3