Skip to content

Commit

Permalink
renderer: write frame number to pfv_frame, not to pfv_time
Browse files Browse the repository at this point in the history
Oopsie.
  • Loading branch information
wpwrak committed Jan 14, 2012
1 parent 64369d9 commit 617e15f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/renderer/eval.c
Expand Up @@ -136,7 +136,7 @@ static void reinit_all_pfv(struct patch *p)
static void set_pfv_from_frd(struct patch *p, struct frame_descriptor *frd)
{
write_pfv(p, pfv_time, frd->time);
write_pfv(p, pfv_time, frd->frame);
write_pfv(p, pfv_frame, frd->frame);
write_pfv(p, pfv_bass, frd->bass);
write_pfv(p, pfv_mid, frd->mid);
write_pfv(p, pfv_treb, frd->treb);
Expand Down

0 comments on commit 617e15f

Please sign in to comment.