Sort effects as they are added to the timeline.

This commit is contained in:
Jonathan Thomas
2013-10-01 17:19:53 -05:00
parent 1127a0f3ba
commit 555efc413e
4 changed files with 34 additions and 5 deletions

View File

@@ -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;