Skip to content

Commit

Permalink
small av bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
naxuroqa committed Jul 14, 2014
1 parent d1ebdff commit 3698481
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/core/AudioManager.vala
Original file line number Diff line number Diff line change
Expand Up @@ -222,9 +222,9 @@ namespace Venom {
}
}
if(number_of_calls <= 0) {
number_of_calls = 0;
Logger.log(LogLevel.INFO, "No remaining calls, stopping audio thread.");
break;
number_of_calls = 0;
running = false;
}
}

Expand Down

0 comments on commit 3698481

Please sign in to comment.