mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
VST3: Added a comment to a suspicious-looking else clause when opening plug-in handles
This commit is contained in:
parent
e1282f285d
commit
1da5d33a4c
1 changed files with 1 additions and 0 deletions
|
|
@ -921,6 +921,7 @@ private:
|
|||
}
|
||||
else
|
||||
{
|
||||
// this is required for some plug-ins which don't export the dll entry point function
|
||||
return true;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue