Skip to content

Commit

Permalink
fix factory Index was not restored correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
githappens committed Mar 19, 2024
1 parent b4991d1 commit 28f9b69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/ProcessorGraph.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ namespace PlayfulTones {
{
node->properties.set(xPosId, x);
node->properties.set(yPosId, y);
node->properties.set(factoryId, factoryId);
node->properties.set(factoryId, factoryIndex);

for (int i = (int)ModuleWindow::Type::first; i <= (int)ModuleWindow::Type::last; ++i)
{
Expand Down

0 comments on commit 28f9b69

Please sign in to comment.