Improved the compositing engine to more accurately compare doubles and floats.

This commit is contained in:
Jonathan Thomas
2012-11-16 17:29:12 -06:00
parent 51ef59a8a4
commit 298cfb065e
3 changed files with 17 additions and 7 deletions

View File

@@ -159,8 +159,8 @@ int main()
// c1.time.PrintValues();
// Add clips
t.AddClip(&c1);
t.AddClip(&c2);
//t.AddClip(&c1);
//t.AddClip(&c2);
t.AddClip(&c3);