You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-07 12:30:27 +00:00
Mono/C#: Fix several clang-tidy warnings and cleanup
This commit is contained in:
@@ -45,8 +45,9 @@
|
||||
namespace CSharpProject {
|
||||
|
||||
void add_item(const String &p_project_path, const String &p_item_type, const String &p_include) {
|
||||
if (!GLOBAL_DEF("mono/project/auto_update_project", true))
|
||||
if (!GLOBAL_DEF("mono/project/auto_update_project", true)) {
|
||||
return;
|
||||
}
|
||||
|
||||
GDMonoAssembly *tools_project_editor_assembly = GDMono::get_singleton()->get_tools_project_editor_assembly();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user