Merge pull request #78809 from CncealDVRflectN/fix-operation-flag-default-initialiation
Add explicit default initialization for flag in undo redo operation structure
This commit is contained in:
commit
ab430b0b4a
@ -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
Block a user