mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-01-29 18:32:36 +00:00
Add a mutex lock around the SharedStateManager
This commit is contained in:
parent
c3ad4dad75
commit
49ecac4ced
@ -357,7 +357,9 @@ namespace Resource
|
||||
loaded->accept(setFilterSettingsControllerVisitor);
|
||||
|
||||
// share state
|
||||
mSharedStateMutex.lock();
|
||||
osgDB::Registry::instance()->getOrCreateSharedStateManager()->share(loaded.get());
|
||||
mSharedStateMutex.unlock();
|
||||
|
||||
if (mIncrementalCompileOperation)
|
||||
mIncrementalCompileOperation->add(loaded);
|
||||
|
@ -89,6 +89,8 @@ namespace Resource
|
||||
void setUnRefImageDataAfterApply(bool unref);
|
||||
|
||||
private:
|
||||
OpenThreads::Mutex mSharedStateMutex;
|
||||
|
||||
Resource::ImageManager* mImageManager;
|
||||
Resource::NifFileManager* mNifFileManager;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user