Skip to content

Commit

Permalink
Initialize parent clip variable
Browse files Browse the repository at this point in the history
  • Loading branch information
jonoomph authored and ferdnyc committed Oct 19, 2020
1 parent b3ad76d commit 8d36b12
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/EffectBase.cpp
Expand Up @@ -41,6 +41,7 @@ void EffectBase::InitEffectInfo()
Start(0.0);
End(0.0);
Order(0);
ParentClip(NULL);

info.has_video = false;
info.has_audio = false;
Expand Down

0 comments on commit 8d36b12

Please sign in to comment.