Changed 'prepare_xform_fn_ptrs' to 'prepare_precalc_flags' as the old name no longer applied. Removed dependency of said function on the random context as it is not used in the function.

git-svn-id: https://flam3.googlecode.com/svn/trunk@5 77852712-ef1d-11de-8684-7d64432d61a3
This commit is contained in:
Erik Reckase
2010-04-24 03:36:10 +00:00
committed by Scott Draves
parent 52c9c10b8e
commit 9e40cff938
4 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -1982,7 +1982,7 @@ void xform_precalc(flam3_genome *cp, int xi) {
wedgeJulia_precalc(&(cp->xform[xi]));
}
int prepare_xform_fn_ptrs(flam3_genome *cp, randctx *rc) {
int prepare_precalc_flags(flam3_genome *cp) {
double d;
int i,j,totnum;