mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-01-31 21:45:33 +00:00
Unload viewer and stop background jobs before resources unloading
This commit is contained in:
parent
7c53b99d31
commit
57176ff8d4
1 changed files with 2 additions and 2 deletions
|
@ -257,10 +257,10 @@ OMW::Engine::~Engine()
|
|||
|
||||
mWorkQueue = nullptr;
|
||||
|
||||
mResourceSystem.reset();
|
||||
|
||||
mViewer = nullptr;
|
||||
|
||||
mResourceSystem.reset();
|
||||
|
||||
delete mEncoder;
|
||||
mEncoder = nullptr;
|
||||
|
||||
|
|
Loading…
Reference in a new issue