You've already forked libopenshot
mirror of
https://github.com/OpenShot/libopenshot.git
synced 2026-03-02 08:53:52 -08:00
Sort effects as they are added to the timeline.
This commit is contained in:
@@ -37,6 +37,7 @@ void EffectBase::InitEffectInfo()
|
||||
Layer(0);
|
||||
Start(0.0);
|
||||
End(0.0);
|
||||
Order(0);
|
||||
|
||||
info.has_video = false;
|
||||
info.has_audio = false;
|
||||
|
||||
Reference in New Issue
Block a user