Changeset 526

Show
Ignore:
Timestamp:
11/13/07 15:16:48 (1 year ago)
Author:
kickback
Message:

sweep: refix the fade percent calculation. math is like what?

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • sweep/trunk/plugins/fade/fade.c

    r522 r526  
    120120        remaining -= n; 
    121121        offset += n; 
    122  
    123         sample_set_progress_percent (sample, run_total * frames_total); 
     122        sample_set_progress_percent (sample, run_total / op_total); 
    124123      } 
    125124