Browse Source

Fix typo

Signed-off-by: falkTX <falktx@falktx.com>
pull/498/head
falkTX 1 month ago
parent
commit
3b678aee10
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      distrho/src/DistrhoPluginInternal.hpp

+ 1
- 1
distrho/src/DistrhoPluginInternal.hpp View File

@@ -441,7 +441,7 @@ public:
bool hasNonUiState = false; bool hasNonUiState = false;
for (uint32_t i=0; i < fData->stateCount; ++i) for (uint32_t i=0; i < fData->stateCount; ++i)
{ {
if ((fData->states[i].flags & kStateIsOnlyForUI) == 0)
if ((fData->states[i].hints & kStateIsOnlyForUI) == 0)
{ {
hasNonUiState = true; hasNonUiState = true;
break; break;


Loading…
Cancel
Save