fixed crash when loading shared transition

This commit is contained in:
itsmattkc
2019-03-22 22:42:28 +11:00
parent 057b5fbe53
commit fcdd03bf73
+1 -1
View File
@@ -103,7 +103,7 @@ void LoadThread::load_effect(QXmlStreamReader& stream, Clip* c) {
c->closing_transition = (sharing_clip->opening_transition);
// since this is the closed clip, make this clip the secondary
c->opening_transition->secondary_clip = c;
c->closing_transition->secondary_clip = c;
}
return;
}