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_REFERENCE
|
||||||
} type;
|
} type;
|
||||||
|
|
||||||
bool force_keep_in_merge_ends;
|
bool force_keep_in_merge_ends = false;
|
||||||
Ref<RefCounted> ref;
|
Ref<RefCounted> ref;
|
||||||
ObjectID object;
|
ObjectID object;
|
||||||
StringName name;
|
StringName name;
|
||||||
|
|
Loading…
Reference in New Issue