This commit is contained in:
itsmattkc
2019-01-24 22:42:05 +11:00
parent 58b1a4af18
commit cb3098e89d
12 changed files with 73 additions and 40 deletions
+1
View File
@@ -218,6 +218,7 @@ void ViewerWidget::initializeGL() {
}
void ViewerWidget::frame_update() {
qDebug() << "frame update called";
if (viewer->seq != nullptr) {
bool render_audio = (viewer->playing || audio_rendering);