pt import: Fix crash with bringing in material

Hopefully the weird pt import crash is now gone!
This commit is contained in:
Damien Zammit 2021-01-16 14:02:47 +11:00
parent 772512a62d
commit ec5a809f54

View File

@ -359,8 +359,8 @@ Session::import_pt_rest (PTFFormat& ptf)
playlist->add_region (copy, a->reg.startpos);
//add_command (new StatefulDiffCommand (playlist));
nth++;
usedtracks.push_back (utr);
}
usedtracks.push_back (utr);
}
}
}