mirror of
https://github.com/OpenMW/openmw.git
synced 2025-06-27 15:11:33 +00:00
Delay the deletion of esm versions after the deletion of the scene as it is used in one of its workers (the objectpaging one)
This commit is contained in:
parent
4fb318ce57
commit
dde8ee0611
1 changed files with 1 additions and 2 deletions
|
@ -91,6 +91,7 @@ namespace MWWorld
|
||||||
MWWorld::Globals mGlobalVariables;
|
MWWorld::Globals mGlobalVariables;
|
||||||
Misc::Rng::Generator mPrng;
|
Misc::Rng::Generator mPrng;
|
||||||
Cells mCells;
|
Cells mCells;
|
||||||
|
std::vector<int> mESMVersions; // the versions of esm files
|
||||||
|
|
||||||
std::string mCurrentWorldSpace;
|
std::string mCurrentWorldSpace;
|
||||||
|
|
||||||
|
@ -138,8 +139,6 @@ namespace MWWorld
|
||||||
|
|
||||||
float mSimulationTimeScale = 1.0;
|
float mSimulationTimeScale = 1.0;
|
||||||
|
|
||||||
std::vector<int> mESMVersions; // the versions of esm files
|
|
||||||
|
|
||||||
// not implemented
|
// not implemented
|
||||||
World(const World&);
|
World(const World&);
|
||||||
World& operator=(const World&);
|
World& operator=(const World&);
|
||||||
|
|
Loading…
Reference in a new issue