1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-01-18 13:12:50 +00:00

Fix setRecordId overload declaration

To match other declarations arguments order.
This commit is contained in:
elsid 2023-02-27 23:35:48 +01:00
parent 331d207d3e
commit a09612264c
No known key found for this signature in database
GPG Key ID: 4DE04C198CBA7625

View File

@ -51,7 +51,7 @@ namespace CSMWorld
return ESM::RefId::stringRefId(Land::createUniqueRecordId(record.mX, record.mY));
}
inline void setRecordId(LandTexture& record, const ESM::RefId& id)
inline void setRecordId(const ESM::RefId& id, LandTexture& record)
{
int plugin = 0;
int index = 0;