Displays references in exterior cells. A bit hackish.

fix-glsl-editorconfig
florent.teppe 1 year ago
parent 3bbf60373a
commit cb4a97e50b

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

Loading…
Cancel
Save