Fix(CS): Remove unreachable code as land data will always be present

pull/3236/head
Dave Corley 1 year ago
parent 014e5118e9
commit 78fd135764

@ -158,12 +158,7 @@ void CSVRender::Cell::updateLand()
mCellBorder = std::make_unique<CellBorder>(mCellNode, mCoordinates);
mCellBorder->buildShape(esmLand);
return;
}
// No land data
unloadLand();
}
void CSVRender::Cell::unloadLand()

Loading…
Cancel
Save