You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-04 12:00:25 +00:00
Some code changed with Clang-Tidy
This commit is contained in:
@@ -808,7 +808,7 @@ void ProjectSettingsEditor::update_plugins() {
|
||||
|
||||
void ProjectSettingsEditor::_item_selected(const String &p_path) {
|
||||
|
||||
String selected_path = p_path;
|
||||
const String &selected_path = p_path;
|
||||
if (selected_path == String())
|
||||
return;
|
||||
category->set_text(globals_editor->get_current_section());
|
||||
|
||||
Reference in New Issue
Block a user