amend b30ac5e221 to actually replace the assert with a return

This commit is contained in:
Paul Davis 2022-06-22 15:05:59 -06:00
parent 7b7f17085b
commit 5831ddd40b

View File

@ -2565,7 +2565,6 @@ VST3PI::automation_state_changed (uint32_t port, AutoState s, boost::weak_ptr<Au
am = kAutomationLatch;
break;
default:
assert (0);
return;
}
extra_ctrl->setParamAutomationMode (id, am);