mirror of
https://github.com/godotengine/godot.git
synced 2025-11-01 06:01:14 +00:00
Style: Apply clang-tidy to current code, add readability-redundant-member-init
This commit is contained in:
parent
1abb5ebf65
commit
b78aa4fe19
13 changed files with 23 additions and 40 deletions
|
|
@ -82,8 +82,7 @@ void PhysicalBone3DEditor::show() {
|
|||
spatial_editor_hb->show();
|
||||
}
|
||||
|
||||
PhysicalBone3DEditorPlugin::PhysicalBone3DEditorPlugin() :
|
||||
physical_bone_editor() {}
|
||||
PhysicalBone3DEditorPlugin::PhysicalBone3DEditorPlugin() {}
|
||||
|
||||
void PhysicalBone3DEditorPlugin::make_visible(bool p_visible) {
|
||||
if (p_visible) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue