mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-03-20 10:20:50 +00:00
The resizing of LTEX store to the correct number of plugins was done in the load() method, but the load method won't be called if a plugin contains LAND records but doesn't contain LTEX records. For such plugins the Store<ESM::LandTexture>::search() function would then fail an assertion. (cherry picked from commit 4687c4baad4397d55d42ab37b225dbbf25cf8781) # Conflicts: # apps/openmw/mwworld/store.cpp # apps/openmw/mwworld/store.hpp