Removed erroneous comment
This commit is contained in:
parent
4fe2dc99ca
commit
29d8723601
1 changed files with 1 additions and 1 deletions
|
|
@ -114,7 +114,7 @@ void VoiceManager::clear()
|
||||||
void VoiceManager::setStealingAlgorithm(StealingAlgorithm algorithm)
|
void VoiceManager::setStealingAlgorithm(StealingAlgorithm algorithm)
|
||||||
{
|
{
|
||||||
switch(algorithm){
|
switch(algorithm){
|
||||||
case StealingAlgorithm::First: // fallthrough
|
case StealingAlgorithm::First:
|
||||||
for (auto& voice : list_)
|
for (auto& voice : list_)
|
||||||
voice.disablePowerFollower();
|
voice.disablePowerFollower();
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue