mirror of
https://github.com/godotengine/godot.git
synced 2025-10-15 02:49:24 +00:00
Merge pull request #111617 from HolonProduction/hotfix
Add missing initialization for bitpacked object members
This commit is contained in:
@@ -2284,6 +2284,8 @@ void Object::_construct_object(bool p_reference) {
|
||||
_block_signals = false;
|
||||
_can_translate = true;
|
||||
_emitting = false;
|
||||
_is_queued_for_deletion = false;
|
||||
_predelete_ok = false;
|
||||
|
||||
// ObjectDB::add_instance relies on AncestralClass::REF_COUNTED
|
||||
// being already set in the case of references.
|
||||
|
Reference in New Issue
Block a user