Skip to content

Commit

Permalink
Fix missing default return in updateChannelCounts
Browse files Browse the repository at this point in the history
  • Loading branch information
firthm01 committed Jan 5, 2024
1 parent 57a2875 commit 97e7d1d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -225,6 +225,7 @@ bool BinauralMonitoringAudioProcessor::updateChannelCounts(
// Do immediate update
bearRenderer->set_config_blocking(bearConfig);
}
return true;
}

} // namespace plugin
Expand Down

0 comments on commit 97e7d1d

Please sign in to comment.