Skip to content

Commit

Permalink
fix: 🐛seek init buffers index reset
Browse files Browse the repository at this point in the history
  • Loading branch information
Banou26 committed Jan 17, 2024
1 parent c5f33fd commit f24f413
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,7 @@ extern "C" {

void init (bool _first_init) {
initializing = true;
init_buffer_count = 0;
int res;
is_header = true;
duration = 0;
Expand Down

0 comments on commit f24f413

Please sign in to comment.