1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-01-30 03:32:36 +00:00

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

This commit is contained in:
Dave Corley 2024-02-03 13:45:27 -06:00
parent bdf99c701b
commit 47044e1dc0

View File

@ -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)