mirror of
https://github.com/OpenMW/openmw.git
synced 2025-01-30 22:15:35 +00:00
Do not recreate cache object
This commit is contained in:
parent
a17cb0ff0e
commit
7c7577a6bd
1 changed files with 0 additions and 1 deletions
|
@ -15,7 +15,6 @@ namespace MWRender
|
|||
: GenericResourceManager<ESM::ExteriorCellLocation>(nullptr)
|
||||
, mLoadFlags(loadFlags)
|
||||
{
|
||||
mCache = new CacheType;
|
||||
}
|
||||
|
||||
osg::ref_ptr<ESMTerrain::LandObject> LandManager::getLand(ESM::ExteriorCellLocation cellIndex)
|
||||
|
|
Loading…
Reference in a new issue