mirror of
https://github.com/tildearrow/furnace.git
synced 2024-11-02 02:52:40 +00:00
SEMICOLON HYPHEN SEMICOLON
This commit is contained in:
parent
c935531e77
commit
e1d6fca576
1 changed files with 1 additions and 1 deletions
|
@ -642,7 +642,7 @@ void DivEngine::swapChannels(int src, int dest) {
|
|||
curSubSong->chanName[src]=curSubSong->chanName[dest];
|
||||
curSubSong->chanShortName[src]=curSubSong->chanShortName[dest];
|
||||
curSubSong->chanShow[src]=curSubSong->chanShow[dest];
|
||||
curSubSong->chanShowChanOsc[src]=curSubSong->chanShowOsc[dest];
|
||||
curSubSong->chanShowChanOsc[src]=curSubSong->chanShowChanOsc[dest];
|
||||
curSubSong->chanCollapse[src]=curSubSong->chanCollapse[dest];
|
||||
curSubSong->chanName[dest]=prevChanName;
|
||||
curSubSong->chanShortName[dest]=prevChanShortName;
|
||||
|
|
Loading…
Reference in a new issue