diff --git a/src/engine/engine.cpp b/src/engine/engine.cpp index a22370da8..86eebfa31 100644 --- a/src/engine/engine.cpp +++ b/src/engine/engine.cpp @@ -3282,6 +3282,10 @@ void DivEngine::quitDispatch() { for (int i=0; irenderPoolThreads) howManyThreads=renderPoolThreads; + renderPool=new DivWorkPool(howManyThreads); } // process MIDI events (TODO: everything)