move back to plugin thread

(cherry picked from commit 98d3f6a9d1191031cda1ff040e69093ef6824f1c)
This commit is contained in:
SamGondelman 2018-12-04 17:32:50 -08:00
parent 0c64d1227a
commit 58396b845f

View file

@ -319,6 +319,7 @@ public:
glBindVertexArray(0);
glDeleteVertexArrays(1, &_vao);
_canvas->doneCurrent();
_canvas->moveToThread(_plugin.thread());
}
void update(const CompositeInfo& newCompositeInfo) { _queue.push(newCompositeInfo); }