fix FX anim

This commit is contained in:
niels
2014-11-23 15:40:01 +01:00
parent 63c563fb44
commit 37bcfb50ba
2 changed files with 1 additions and 5 deletions

View File

@@ -75,7 +75,7 @@ int set_points_in_curve_ext( GtkWidget *curve, unsigned char *blob, int id, int
float top = 1.0 / (float) max;
float val = (float) min + ( (float)value * top );
float val = ( (float)value * top );
veejay_msg(4, "Load FX Anim position %d, value %f", i, val );