mirror of
https://github.com/OpenMW/openmw.git
synced 2025-02-07 05:45:33 +00:00
Fix(cell.cpp): Don't try to update land for interiors
This commit is contained in:
parent
ad9f49fbcf
commit
4c673a904a
1 changed files with 1 additions and 1 deletions
|
@ -120,7 +120,7 @@ bool CSVRender::Cell::addObjects(int start, int end)
|
|||
|
||||
void CSVRender::Cell::updateLand()
|
||||
{
|
||||
if (mLandDeleted)
|
||||
if (mLandDeleted || !mUpdateLand)
|
||||
return;
|
||||
|
||||
mUpdateLand = false;
|
||||
|
|
Loading…
Reference in a new issue