fixed thread syncing

This commit is contained in:
itsmattkc
2019-01-17 11:49:24 +11:00
parent 0351af56a8
commit 064a0a9804
7 changed files with 21 additions and 9 deletions
+1
View File
@@ -922,6 +922,7 @@ GLuint Effect::process_superimpose(double timecode) {
}
if (valueHasChanged(timecode) || recreate_texture || enable_always_update) {
qDebug() << "redrew";
redraw(timecode);
}