mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-22 01:34:21 +00:00
Fixed erroneous assertion when saving VST3 states
This commit is contained in:
parent
40dfba17db
commit
acf554a895
1 changed files with 2 additions and 0 deletions
|
|
@ -1721,6 +1721,8 @@ struct VST3ComponentHolder
|
|||
info, info2, infoW,
|
||||
totalNumInputChannels,
|
||||
totalNumOutputChannels);
|
||||
|
||||
return;
|
||||
}
|
||||
|
||||
jassertfalse;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue