1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-02-10 12:39:53 +00:00

fix compile

This commit is contained in:
florent.teppe 2022-09-03 20:04:31 +02:00
parent 7bd7105345
commit 1ed22a298d

View File

@ -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);