Skip to content

Commit f020fe3

Browse files
committed
Fix old version patch not properly working
1 parent c305fde commit f020fe3

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Source/UI/EditorViewport.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1586,6 +1586,8 @@ const String EditorViewport::loadState(File fileToLoad)
15861586
procDesc.set(3, 1); //index
15871587
procDesc.set(4, "Rhytm FPGA"); //libraryName
15881588
}
1589+
else
1590+
procDesc.set(3, int(procDesc[3]) - 1); //arrange old nodes to its current index
15891591
}
15901592
}
15911593

0 commit comments

Comments
 (0)