diff options
| author | Michael Alexsander Silva Dias | 2018-05-23 18:11:00 -0300 |
|---|---|---|
| committer | Michael Alexsander Silva Dias | 2018-05-23 18:11:00 -0300 |
| commit | 4e257293d9b074b272350bfe88c891dec6632a14 (patch) | |
| tree | b7c0a506fdd66cebfeddb62d615a8b7c31e8ce08 /modules/mono | |
| parent | d55351ed20def8c84e36435ce8c85a1701b73ffd (diff) | |
| download | godot-4e257293d9b074b272350bfe88c891dec6632a14.tar.gz godot-4e257293d9b074b272350bfe88c891dec6632a14.tar.zst godot-4e257293d9b074b272350bfe88c891dec6632a14.zip | |
Diffstat (limited to 'modules/mono')
| -rw-r--r-- | modules/mono/csharp_script.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/mono/csharp_script.cpp b/modules/mono/csharp_script.cpp index 161e62c81..039c33361 100644 --- a/modules/mono/csharp_script.cpp +++ b/modules/mono/csharp_script.cpp @@ -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 |
