]> git.sesse.net Git - nageru/blobdiff - mixer.h
Yet more quitting fixes. Still not quite there.
[nageru] / mixer.h
diff --git a/mixer.h b/mixer.h
index de95eef1765cbb1f07feae2a4a5ce2693ee6e3e6..594cb041ee1ece399abcb581aaf433677e81f7ab 100644 (file)
--- a/mixer.h
+++ b/mixer.h
@@ -100,8 +100,7 @@ private:
                BMUSBCapture *usb;
                std::unique_ptr<PBOFrameAllocator> frame_allocator;
 
-               // Threading stuff
-               bool thread_initialized = false;
+               // Stuff for the OpenGL context (for texture uploading).
                QSurface *surface;
                QOpenGLContext *context;