mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-05-12 21:47:11 +03:00
Fix seg fault, undo changes BsaArchive
This commit is contained in:
parent
8c4b12a603
commit
d3d04171f9
3 changed files with 9 additions and 17 deletions
|
@ -297,7 +297,8 @@ void CSVRender::Cell::reloadAssets()
|
|||
mTerrain->loadCell(mCoordinates.getX(), mCoordinates.getY());
|
||||
}
|
||||
|
||||
mCellWater->reloadAssets();
|
||||
if (mCellWater)
|
||||
mCellWater->reloadAssets();
|
||||
}
|
||||
|
||||
void CSVRender::Cell::setSelection (int elementMask, Selection mode)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue