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:
parent
1bffd6c73b
commit
89a311205f
21 changed files with 37 additions and 47 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue