prepping for linked clip rewrite

This commit is contained in:
itsmattkc
2018-06-24 15:47:00 -07:00
parent e1f0e5650c
commit 5c1b4cd479
4 changed files with 20 additions and 13 deletions
+2 -1
View File
@@ -41,7 +41,8 @@ void Sequence::delete_clip(int i) {
// finally remove from vector
delete clips.at(i);
clips.removeAt(i);
// clips[i] = NULL;
clips.removeAt(i);
}
long Sequence::getEndFrame() {