GUI: FM operator swapping

This commit is contained in:
tildearrow 2022-09-10 23:20:22 -05:00
parent 2952baaa54
commit 2f0e97f6d9
3 changed files with 40 additions and 2 deletions

View file

@ -1471,7 +1471,7 @@ class FurnaceGUI {
int renderTimeBegin, renderTimeEnd, renderTimeDelta;
int eventTimeBegin, eventTimeEnd, eventTimeDelta;
int chanToMove, sysToMove, sysToDelete;
int chanToMove, sysToMove, sysToDelete, opToMove;
ImVec2 patWindowPos, patWindowSize;