Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Taiko2k committed Nov 27, 2021
1 parent ef51405 commit 86f6a74
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/phazor/phazor.c
Original file line number Diff line number Diff line change
Expand Up @@ -1781,7 +1781,6 @@ void *main_loop(void *thread_id) {
float v = 1.0;
while (i < l){
v = 1.0 - (i / l);
printf("%f\n", v);
buffl[(buff_base + i) % BUFF_SIZE] *= v;
buffr[(buff_base + i) % BUFF_SIZE] *= v;
i++;
Expand Down

0 comments on commit 86f6a74

Please sign in to comment.