Cleanup(CS): re-add const for land collection

pull/3236/head
Dave Corley 11 months ago
parent bdf99c701b
commit 47044e1dc0

@ -131,7 +131,7 @@ void CSVRender::Cell::updateLand()
return;
}
CSMWorld::IdCollection<CSMWorld::Land>& land = mData.getLand();
const CSMWorld::IdCollection<CSMWorld::Land>& land = mData.getLand();
int landIndex = land.searchId(mId);
if (landIndex == -1)

Loading…
Cancel
Save