finished new/load/save

This commit is contained in:
itsmattkc
2018-06-10 23:39:28 -07:00
parent 94fae972cf
commit 093b68cb67
28 changed files with 441 additions and 154 deletions
+1 -1
View File
@@ -60,7 +60,7 @@ void ViewerWidget::paintGL()
long playhead = panel_timeline->playhead;
handle_media(panel_viewer->sequence, playhead, multithreaded);
handle_media(sequence, playhead, multithreaded);
texture_failed = false;
bool render_audio = (panel_timeline->playing || force_audio);