mirror of
https://github.com/godotengine/godot.git
synced 2026-01-03 18:11:19 +03:00
Provide quick access to Object ancestry
This commit is contained in:
@@ -97,6 +97,7 @@ bool Reference::unreference() {
|
||||
}
|
||||
|
||||
Reference::Reference() {
|
||||
_define_ancestry(AncestralClass::REFERENCE);
|
||||
refcount.init();
|
||||
refcount_init.init();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user