mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-01-25 06:35:30 +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();
|
float waterlevel = -std::numeric_limits<float>::max();
|
||||||
const ESM::Cell *cell = iter->first.getCell()->getCell();
|
const ESM::Cell *cell = iter->first.getCell()->getCell();
|
||||||
if(cell->hasWater()) // should also check cell->mHasWaterLevelRecord
|
if(cell->hasWater())
|
||||||
waterlevel = cell->mWater;
|
waterlevel = cell->mWater;
|
||||||
|
|
||||||
float oldHeight = iter->first.getRefData().getPosition().pos[2];
|
float oldHeight = iter->first.getRefData().getPosition().pos[2];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user