fix(datatypes): instance ref serialized to wrong name
This commit is contained in:
parent
76554c8295
commit
b9c8022f6f
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ Data::InstanceRef::InstanceRef(std::weak_ptr<Instance> instance) : ref(instance)
|
|||
Data::InstanceRef::~InstanceRef() = default;
|
||||
|
||||
const Data::TypeInfo Data::InstanceRef::TYPE = {
|
||||
.name = "Instance",
|
||||
.name = "Ref",
|
||||
.deserializer = &Data::InstanceRef::Deserialize,
|
||||
.fromLuaValue = &Data::InstanceRef::FromLuaValue,
|
||||
};
|
||||
|
|
Loading…
Add table
Reference in a new issue