1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-02-21 18:40:01 +00:00

Always enable has water flag for TES3 exterior cells

This commit is contained in:
Alexei Kotov 2023-08-12 00:52:08 +03:00
parent 6180ba8a3e
commit 04d54517b7

View File

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