color speed is a motion element variable

This commit is contained in:
EReckase 2018-04-08 06:11:22 -06:00
parent 8631217337
commit 7d9423e34f
3 changed files with 3 additions and 5 deletions

View File

@ -52,8 +52,7 @@
/* Define to 1 if you have the <unistd.h> header file. */
#define HAVE_UNISTD_H 1
/* Define to the sub-directory in which libtool stores uninstalled libraries.
*/
/* Define to the sub-directory where libtool stores uninstalled libraries. */
#define LT_OBJDIR ".libs/"
/* Name of package */

View File

@ -51,8 +51,7 @@
/* Define to 1 if you have the <unistd.h> header file. */
#undef HAVE_UNISTD_H
/* Define to the sub-directory in which libtool stores uninstalled libraries.
*/
/* Define to the sub-directory where libtool stores uninstalled libraries. */
#undef LT_OBJDIR
/* Name of package */

View File

@ -1937,7 +1937,7 @@ void flam3_print_xform(FILE *f, flam3_xform *x, int final_flag, int numstd, doub
if (flam27_flag)
fprintf(f, "symmetry=\"%g\" ", 1.0-2.0*x->color_speed);
else if (!motion_flag)
else if (!motion_flag || x->color_speed != 0.0)
fprintf(f, "color_speed=\"%g\" ", x->color_speed);
if (!final_flag && !motion_flag && !flam27_flag)