Style: Apply clang-tidy fixes

• `modernize-use-default-member-init` and `readability-redundant-member-init`
• Minor adjustments to `.clang-tidy` to improve syntax & remove redundancies
This commit is contained in:
Thaddeus Crews 2024-06-21 11:19:04 -05:00
parent 1bffd6c73b
commit 89a311205f
No known key found for this signature in database
GPG key ID: 62181B86FE9E5D84
21 changed files with 37 additions and 47 deletions

View file

@ -789,7 +789,7 @@ public:
struct AdditiveNodeEntry {
Node *node = nullptr;
NodePath parent = NodePath();
NodePath parent;
Node *owner = nullptr;
int index = 0;
// Used if the original parent node is lost