add explicit default initialization for flag in undo redo operation
This commit is contained in:
parent
c83f912bcb
commit
818cee6184
|
@ -58,7 +58,7 @@ private:
|
|||
TYPE_REFERENCE
|
||||
} type;
|
||||
|
||||
bool force_keep_in_merge_ends;
|
||||
bool force_keep_in_merge_ends = false;
|
||||
Ref<RefCounted> ref;
|
||||
ObjectID object;
|
||||
StringName name;
|
||||
|
|
Loading…
Reference in New Issue