Skip to content

Commit

Permalink
Fix Preset data
Browse files Browse the repository at this point in the history
  • Loading branch information
VASTDynamics committed Dec 11, 2023
1 parent e6047b8 commit 88bd029
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion VASTvaporizer/Source/Plugin/VASTPreset/VASTPresetData.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ void VASTPresetData::reloadPresetArrayThreaded(Component::SafePointer<VASTPreset
if (l_PresetArray->category.trim() != "")
l_thread_usedCategories.addIfNotAlreadyThere(l_PresetArray->category.trim(), true);
if (l_PresetArray->authorname.trim() != "")
l_thread_usedTags.addIfNotAlreadyThere(l_PresetArray->authorname.trim(), true);
l_thread_usedAuthors.addIfNotAlreadyThere(l_PresetArray->authorname.trim(), true);

StringArray tags;
tags.addTokens(l_PresetArray->freetag, " ,#", "\"");
Expand Down

0 comments on commit 88bd029

Please sign in to comment.