1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-01-26 09:35:28 +00:00

Merge branch 'purewah' into 'master'

Always enable has water flag for TES3 exterior cells (#7526)

Closes #7526

See merge request OpenMW/openmw!3332
This commit is contained in:
jvoisin 2023-08-13 13:18:09 +00:00
commit 840ad259bf

View File

@ -96,7 +96,10 @@ namespace MWWorld
}
{
if (isExterior())
{
mWaterHeight = -1.f;
mHasWater = true;
}
}
ESM::RefId Cell::getWorldSpace() const