mirror of
https://github.com/projectM-visualizer/projectm.git
synced 2026-03-05 23:15:22 +00:00
Added a FIXME for later improvements of async preset loading.
This commit is contained in:
@ -333,6 +333,7 @@ auto ProjectM::RenderFrameOnlyPass1(
|
||||
m_activePreset->Render(*m_beatDetect, PipelineContext());
|
||||
|
||||
#if USE_THREADS
|
||||
// FIXME: Instead of waiting after a single render pass, check every frame if it's done.
|
||||
m_workerSync.WaitForBackgroundTaskToFinish();
|
||||
#else
|
||||
evaluateSecondPreset();
|
||||
|
||||
Reference in New Issue
Block a user