mirror of
https://github.com/OpenMW/openmw.git
synced 2025-04-01 16:06:41 +00:00
fix compile
This commit is contained in:
parent
7bd7105345
commit
1ed22a298d
1 changed files with 1 additions and 1 deletions
|
@ -307,7 +307,7 @@ namespace MWWorld
|
|||
|
||||
ESMStore::ESMStore()
|
||||
{
|
||||
mStoreImp = std::make_unique<ESMStoreImp>(*this);
|
||||
mStoreImp = std::make_unique<ESMStoreImp>();
|
||||
std::apply([this](auto& ...x) {(ESMStoreImp::AssignStoreToIndex(*this, x), ...); }, mStoreImp->mStores);
|
||||
mDynamicCount = 0;
|
||||
mStoreImp->SetupAfterStoresCreation(*this);
|
||||
|
|
Loading…
Reference in a new issue