Browse Source

Fix typo

gh-pages
falkTX 8 years ago
parent
commit
9d11894caa
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      distrho/src/DistrhoPluginVST.cpp

+ 1
- 1
distrho/src/DistrhoPluginVST.cpp View File

@@ -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)
{


Loading…
Cancel
Save