mirror of
https://github.com/OpenMW/openmw.git
synced 2025-03-02 23:39:41 +00:00
Always enable has water flag for TES3 exterior cells
This commit is contained in:
parent
6180ba8a3e
commit
04d54517b7
1 changed files with 3 additions and 0 deletions
|
@ -96,7 +96,10 @@ namespace MWWorld
|
|||
}
|
||||
{
|
||||
if (isExterior())
|
||||
{
|
||||
mWaterHeight = -1.f;
|
||||
mHasWater = true;
|
||||
}
|
||||
}
|
||||
|
||||
ESM::RefId Cell::getWorldSpace() const
|
||||
|
|
Loading…
Reference in a new issue