mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-03-16 16:20:53 +00:00
Displays references in exterior cells. A bit hackish.
This commit is contained in:
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…
x
Reference in New Issue
Block a user