mirror of
https://github.com/godotengine/godot.git
synced 2025-10-20 00:13:30 +00:00
Capitalized comments of methods created by the Connect Signal dialog.
This commit is contained in:
parent
d55351ed20
commit
4e257293d9
2 changed files with 2 additions and 2 deletions
|
@ -446,7 +446,7 @@ String CSharpLanguage::make_function(const String &p_class, const String &p_name
|
|||
|
||||
s += variant_type_to_managed_name(arg.get_slice(":", 1)) + " " + escape_csharp_keyword(arg.get_slice(":", 0));
|
||||
}
|
||||
s += ")\n{\n // Replace with function body\n}\n";
|
||||
s += ")\n{\n // Replace with function body.\n}\n";
|
||||
|
||||
return s;
|
||||
#else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue