mirror of
https://github.com/TES3MP/TES3MP.git
synced 2025-09-28 23:51:09 -04: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…
x
Reference in New Issue
Block a user