added full screen disable option

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