fix-glsl-editorconfig
florent.teppe 1 year ago
parent 70ddca78bf
commit 69f2285a95

@ -869,7 +869,7 @@ namespace CSMWorld
QVariant get(const Record<ESXRecordT>& record) const override
{
return QString::fromUtf8(record.get().mCell.getRefIdString().c_str());
return QString::fromUtf8(record.get().mCell.serializeText().c_str());
}
void set(Record<ESXRecordT>& record, const QVariant& data) override

Loading…
Cancel
Save