diff options
| author | Max Hilbrunner | 2018-05-04 11:20:16 +0200 |
|---|---|---|
| committer | GitHub | 2018-05-04 11:20:16 +0200 |
| commit | ffb6f8f1ca6ae1991fa0e4d6d28d56952ccfc359 (patch) | |
| tree | 96747fb7a3f644f01b47fd8aaca6c10e48bcb05a /modules/mono | |
| parent | f9733b5ceecb5ef0cb39052d3c82f9c700e74beb (diff) | |
| parent | 093b069bf6540e66352669b490d6577008992828 (diff) | |
| download | godot-ffb6f8f1ca6ae1991fa0e4d6d28d56952ccfc359.tar.gz godot-ffb6f8f1ca6ae1991fa0e4d6d28d56952ccfc359.tar.zst godot-ffb6f8f1ca6ae1991fa0e4d6d28d56952ccfc359.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 adc5f16f9..bbe245951 100644 --- a/modules/mono/csharp_script.cpp +++ b/modules/mono/csharp_script.cpp @@ -305,7 +305,7 @@ Ref<Script> CSharpLanguage::get_template(const String &p_class_name, const Strin " public override void _Ready()\n" " {\n" " // Called every time the node is added to the scene.\n" - " // Initialization here\n" + " // Initialization here.\n" " \n" " }\n" "\n" |
