1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-01-25 15:35:23 +00:00
This commit is contained in:
florent.teppe 2022-09-03 12:09:12 +02:00
parent cbb9b65286
commit 31330c9abc

View File

@ -272,7 +272,7 @@ namespace MWWorld
{
const int storeIndex = ESMStore::getTypeIndex<T>();
assert(ESMStore::getTypeIndex<T>() == storeIndex);
const std::size_t index_t(storeIndex)
const std::size_t index_t(storeIndex);
if (stores.mStores.size() <= index_t)
stores.mStores.resize(index_t + 1);