1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-03-16 07:20:54 +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;