add explicit default initialization for flag in undo redo operation

This commit is contained in:
Valery Zhuk 2023-06-28 21:57:47 +03:00
parent c83f912bcb
commit 818cee6184

View file

@ -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;