mirror of
https://github.com/godotengine/godot.git
synced 2025-10-19 07:53:26 +00:00
Merge pull request #111617 from HolonProduction/hotfix
Add missing initialization for bitpacked object members
This commit is contained in:
commit
879d4439e7
1 changed files with 2 additions and 0 deletions
|
@ -2284,6 +2284,8 @@ void Object::_construct_object(bool p_reference) {
|
||||||
_block_signals = false;
|
_block_signals = false;
|
||||||
_can_translate = true;
|
_can_translate = true;
|
||||||
_emitting = false;
|
_emitting = false;
|
||||||
|
_is_queued_for_deletion = false;
|
||||||
|
_predelete_ok = false;
|
||||||
|
|
||||||
// ObjectDB::add_instance relies on AncestralClass::REF_COUNTED
|
// ObjectDB::add_instance relies on AncestralClass::REF_COUNTED
|
||||||
// being already set in the case of references.
|
// being already set in the case of references.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue