mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-01-10 06:39:49 +00:00
Remove unnecessary comment.
This commit is contained in:
parent
fdbd564700
commit
22c544d9d7
@ -619,7 +619,7 @@ namespace MWWorld
|
||||
{
|
||||
float waterlevel = -std::numeric_limits<float>::max();
|
||||
const ESM::Cell *cell = iter->first.getCell()->getCell();
|
||||
if(cell->hasWater()) // should also check cell->mHasWaterLevelRecord
|
||||
if(cell->hasWater())
|
||||
waterlevel = cell->mWater;
|
||||
|
||||
float oldHeight = iter->first.getRefData().getPosition().pos[2];
|
||||
|
Loading…
Reference in New Issue
Block a user