mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-02-10 12:39:53 +00:00
fix compile
This commit is contained in:
parent
7bd7105345
commit
1ed22a298d
@ -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…
x
Reference in New Issue
Block a user