1
0
Fork 0
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:
ed 2020-08-26 11:50:07 +01:00
parent e1282f285d
commit 1da5d33a4c

View file

@ -921,6 +921,7 @@ private:
} }
else else
{ {
// this is required for some plug-ins which don't export the dll entry point function
return true; return true;
} }