diff options
| author | Kelly Thomas | 2018-05-21 18:45:48 +0800 |
|---|---|---|
| committer | Kelly Thomas | 2018-05-21 18:48:53 +0800 |
| commit | c7e98eef67639d6ba66fae80d2d691e1a8af79d4 (patch) | |
| tree | 8a33a4ef0cdba58cb6d0194f069139cd1544296a /modules | |
| parent | 7de36f0517f82b3d149887cc6a8d38349d5f2358 (diff) | |
| download | godot-c7e98eef67639d6ba66fae80d2d691e1a8af79d4.tar.gz godot-c7e98eef67639d6ba66fae80d2d691e1a8af79d4.tar.zst godot-c7e98eef67639d6ba66fae80d2d691e1a8af79d4.zip | |
Diffstat (limited to 'modules')
| -rw-r--r-- | modules/mono/glue/cs_files/StringExtensions.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/mono/glue/cs_files/StringExtensions.cs b/modules/mono/glue/cs_files/StringExtensions.cs index 21090fb68..eaeed7b37 100644 --- a/modules/mono/glue/cs_files/StringExtensions.cs +++ b/modules/mono/glue/cs_files/StringExtensions.cs @@ -225,7 +225,7 @@ namespace Godot if (pos < 0) return instance; - return instance.Substring(pos + 1, instance.Length); + return instance.Substring(pos + 1); } // <summary> |
