Skip to content

Commit

Permalink
Initialize parent clip variable
Browse files Browse the repository at this point in the history
  • Loading branch information
jonoomph committed Oct 8, 2020
1 parent fb879a4 commit 9eb859f
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 9eb859f

Please sign in to comment.