commit 9d11894caad99141cd926134e9bbe7f2e9949c93
parent 77ed9260b247c28233b7227173df97dfc088f5e4
Author: falkTX <falktx@gmail.com>
Date: Thu, 21 Aug 2014 02:34:06 +0100
Fix typo
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/distrho/src/DistrhoPluginVST.cpp b/distrho/src/DistrhoPluginVST.cpp
@@ -441,7 +441,7 @@ public:
fVstUi->idle();
#if DISTRHO_PLUGIN_WANT_STATE
- if (fPlugin.getStateCount() == 0)
+ if (fPlugin.getStateCount() != 0)
{
for (StringMap::const_iterator cit=fStateMap.cbegin(), cite=fStateMap.cend(); cit != cite; ++cit)
{