mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
Prevent attached models from disappearing during parent reload (#4128)
This commit is contained in:
parent
9978d0796f
commit
ad163ee5c3
7 changed files with 62 additions and 32 deletions
|
@ -167,8 +167,8 @@ public:
|
|||
{}
|
||||
virtual void removeAttachmentChild(int child_id)
|
||||
{}
|
||||
virtual std::set<int> getAttachmentChildIds()
|
||||
{ return std::set<int>(); }
|
||||
virtual UNORDERED_SET<int> getAttachmentChildIds()
|
||||
{ return UNORDERED_SET<int>(); }
|
||||
virtual ObjectProperties* accessObjectProperties()
|
||||
{ return NULL; }
|
||||
virtual void notifyObjectPropertiesModified()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue