forked from mirror-github-bspeice/flam3
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:
committed by
Scott Draves
parent
52c9c10b8e
commit
9e40cff938
+1
-1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user