mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-04-28 21:07:59 +03:00
Use a separate storage for groundcover data
This commit is contained in:
parent
ca64d7bc18
commit
3275440f0d
10 changed files with 125 additions and 40 deletions
|
@ -215,6 +215,8 @@ namespace EsmLoader
|
|||
reader.setEncoder(encoder);
|
||||
reader.setIndex(static_cast<int>(i));
|
||||
reader.open(collection.getPath(file).string());
|
||||
if (query.mLoadCells)
|
||||
reader.resolveParentFileIndices(readers);
|
||||
|
||||
loadEsm(query, readers[i], result);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue