You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-11 13:10:58 +00:00
Add const references detected by clang-tidy
This commit is contained in:
@@ -64,7 +64,7 @@ void EditorPluginSettings::update_plugins() {
|
||||
for (int i = 0; i < plugins.size(); i++) {
|
||||
Ref<ConfigFile> cf;
|
||||
cf.instantiate();
|
||||
const String path = plugins[i];
|
||||
const String &path = plugins[i];
|
||||
|
||||
Error err2 = cf->load(path);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user