This website works better with JavaScript.
Home
Help
Sign In
DISTRHO
/
DPF
mirror of
https://github.com/DISTRHO/DPF
Watch
1
Star
0
Fork
0
Code
Releases
0
Activity
Browse Source
Fix typo
Signed-off-by: falkTX <falktx@falktx.com>
pull/498/head
falkTX
1 month ago
parent
530f170a79
commit
3b678aee10
Signed by:
falkTX
<falktx@falktx.com>
GPG Key ID:
CDBAA37ABC74FBA0
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
distrho/src/DistrhoPluginInternal.hpp
+ 1
- 1
distrho/src/DistrhoPluginInternal.hpp
View File
@@ -441,7 +441,7 @@ public:
bool hasNonUiState = false;
for (uint32_t i=0; i < fData->stateCount; ++i)
{
if ((fData->states[i].
flag
s & kStateIsOnlyForUI) == 0)
if ((fData->states[i].
hint
s & kStateIsOnlyForUI) == 0)
{
hasNonUiState = true;
break;
Write
Preview
Loading…
Cancel
Save