mirror of
https://github.com/tildearrow/furnace.git
synced 2024-11-23 21:15:11 +00:00
I may be drunk
This commit is contained in:
parent
8b9b452fbd
commit
8de9e98a45
1 changed files with 1 additions and 1 deletions
|
@ -3351,6 +3351,7 @@ bool DivEngine::moveSampleUp(int which) {
|
|||
song.sample[which]=song.sample[which-1];
|
||||
song.sample[which-1]=prev;
|
||||
saveLock.unlock();
|
||||
renderSamples();
|
||||
BUSY_END;
|
||||
return true;
|
||||
}
|
||||
|
@ -3376,7 +3377,6 @@ bool DivEngine::moveWaveDown(int which) {
|
|||
song.wave[which]=song.wave[which+1];
|
||||
song.wave[which+1]=prev;
|
||||
saveLock.unlock();
|
||||
renderSamples();
|
||||
BUSY_END;
|
||||
return true;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue