1
0
Fork 0
mirror of https://github.com/OpenMW/openmw.git synced 2025-06-02 01:41:31 +00:00

Displays references in exterior cells. A bit hackish.

This commit is contained in:
florent.teppe 2023-04-19 10:54:19 +02:00
parent 3bbf60373a
commit cb4a97e50b

View file

@ -95,7 +95,7 @@ bool CSVRender::Cell::addObjects(int start, int end)
for (int i = start; i <= end; ++i)
{
const auto& cellId = collection.getRecord(i).get().mCell;
const auto& cellId = ESM::RefId::stringRefId(collection.getRecord(i).get().mCell.toString());
CSMWorld::RecordBase::State state = collection.getRecord(i).mState;