mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-08 18:02:13 +02:00
move back to plugin thread
(cherry picked from commit 98d3f6a9d1191031cda1ff040e69093ef6824f1c)
This commit is contained in:
parent
0c64d1227a
commit
58396b845f
1 changed files with 1 additions and 0 deletions
|
@ -319,6 +319,7 @@ public:
|
|||
glBindVertexArray(0);
|
||||
glDeleteVertexArrays(1, &_vao);
|
||||
_canvas->doneCurrent();
|
||||
_canvas->moveToThread(_plugin.thread());
|
||||
}
|
||||
|
||||
void update(const CompositeInfo& newCompositeInfo) { _queue.push(newCompositeInfo); }
|
||||
|
|
Loading…
Reference in a new issue