Skip to content

Commit 49aa12b

Browse files
committed
Revert change from last patch release because it breaks array savestate
1 parent 25b090c commit 49aa12b

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

Source/PluginProcessor.cpp

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1515,12 +1515,6 @@ void PluginProcessor::setStateInformation(void const* data, int const sizeInByte
15151515
}
15161516
}
15171517

1518-
// If a patch has a meta file, always load from file instead of from content
1519-
if(File(location).getSiblingFile("meta.json").existsAsFile())
1520-
{
1521-
content.clear();
1522-
}
1523-
15241518
openPatch(content, location, pluginMode, pluginModeScale, splitIndex);
15251519

15261520
}

0 commit comments

Comments
 (0)