kill pointless line

This commit is contained in:
AzaezelX 2026-01-18 17:51:33 -06:00
parent 311c3f224d
commit 8411ae3c4b

View file

@ -316,7 +316,6 @@ bool AIController::Movement::isInWater()
{
ShapeBase* sbo = dynamic_cast<ShapeBase*>(getCtrl()->getAIInfo()->mObj.getPointer());
if (!sbo) return false;
F32 waterDepth = 0.0f;
return sbo->getWaterCoverage() > 0.0f;
}