mirror of
https://github.com/projectM-visualizer/projectm.git
synced 2026-02-08 17:25:40 +00:00
Since we're using OpenGL, everything has to be done in the same thread anyways. Besides that, the actual "multithreading" implementation was basically starting an empty thread that did absolutely nothing, then wait synchronously for it to complete and join it on the next frame.