Make sure Olive doesn't overwrite OTIO files.

This commit is contained in:
Thomas Wilshaw
2021-07-28 15:15:01 +01:00
parent 2c2858e0ab
commit c86b7f6185
+1 -1
View File
@@ -58,7 +58,7 @@ bool LoadOTIOTask::Run()
}
project_ = new Project();
project_->set_filename(GetFilename());
project_->set_modified(true);
std::vector<OTIO::Timeline*> timelines;