mirror of
https://github.com/tildearrow/furnace.git
synced 2024-12-31 20:11:29 +00:00
how did I miss that!!!!!!!!
This commit is contained in:
parent
bcacc763a8
commit
7d336d61f7
1 changed files with 1 additions and 1 deletions
|
@ -2606,7 +2606,7 @@ void DivEngine::delSample(int index) {
|
|||
}
|
||||
|
||||
void DivEngine::addOrder(bool duplicate, bool where) {
|
||||
unsigned char order[32];
|
||||
unsigned char order[DIV_MAX_CHANS];
|
||||
if (song.ordersLen>=0x7e) return;
|
||||
isBusy.lock();
|
||||
if (duplicate) {
|
||||
|
|
Loading…
Reference in a new issue