Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Clean up after render in ProjectRenderer destructor
We need to wait with calling Mixer::restoreAudioDevice() and Mixer::changeQuality() after render until all threads have stopped. Moving these calls to ProjectRenderer::~ProjectRenderer() ensures all render theads are done.
- Loading branch information