mirror of
https://github.com/godotengine/godot.git
synced 2025-10-19 16:03:29 +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
|
@ -112,10 +112,7 @@ void NavigationPolygonEditor::_create_resource() {
|
|||
_menu_option(MODE_CREATE);
|
||||
}
|
||||
|
||||
NavigationPolygonEditor::NavigationPolygonEditor() :
|
||||
AbstractPolygon2DEditor() {
|
||||
node = nullptr;
|
||||
}
|
||||
NavigationPolygonEditor::NavigationPolygonEditor() {}
|
||||
|
||||
NavigationPolygonEditorPlugin::NavigationPolygonEditorPlugin() :
|
||||
AbstractPolygon2DEditorPlugin(memnew(NavigationPolygonEditor), "NavigationRegion2D") {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue