Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Burtan committed Jun 23, 2024
1 parent 0dbae2c commit 953a533
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion liblpe/LivePresetsExtension.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -414,7 +414,7 @@ void LPE::saveState(ProjectStateContext* ctx, bool) {

// only save data when there are presets
if (mModels[proj].mPresets.empty())
return
return;

WDL_FastString chunk;
mModels[proj].persist(chunk);
Expand Down

0 comments on commit 953a533

Please sign in to comment.