gizmos and waveforms restored

This commit is contained in:
itsmattkc
2019-01-17 10:56:26 +11:00
parent 37ceca48da
commit 0351af56a8
11 changed files with 186 additions and 95 deletions
+2 -2
View File
@@ -12,6 +12,7 @@
RenderThread::RenderThread() :
frameBuffer(0),
texColorBuffer(0),
gizmos(nullptr),
share_ctx(nullptr),
ctx(nullptr),
seq(nullptr),
@@ -106,9 +107,8 @@ void RenderThread::paint() {
glEnable(GL_BLEND);
glEnable(GL_DEPTH);
Effect* gizmos; // does nothing yet
gizmos = nullptr;
QVector<Clip*> nests;
compose_sequence(nullptr, ctx, seq, nests, true, false, &gizmos, texture_failed, false);
if (!save_fn.isEmpty()) {