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:
parent
331d207d3e
commit
a09612264c
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user