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:
parent
6180ba8a3e
commit
04d54517b7
@ -96,7 +96,10 @@ namespace MWWorld
|
||||
}
|
||||
{
|
||||
if (isExterior())
|
||||
{
|
||||
mWaterHeight = -1.f;
|
||||
mHasWater = true;
|
||||
}
|
||||
}
|
||||
|
||||
ESM::RefId Cell::getWorldSpace() const
|
||||
|
Loading…
x
Reference in New Issue
Block a user