diff options
| author | volzhs | 2016-09-30 03:28:05 +0900 |
|---|---|---|
| committer | volzhs | 2016-09-30 03:28:05 +0900 |
| commit | c333659ebcdf41851761ebd3d8edc8e5e822164e (patch) | |
| tree | e182360d8ac41b1df9af226df10652940adfdeb0 /core/ustring.cpp | |
| parent | cb7661df942cfb423c5fe5090c1c114489905c34 (diff) | |
| download | godot-c333659ebcdf41851761ebd3d8edc8e5e822164e.tar.gz godot-c333659ebcdf41851761ebd3d8edc8e5e822164e.tar.zst godot-c333659ebcdf41851761ebd3d8edc8e5e822164e.zip | |
Diffstat (limited to 'core/ustring.cpp')
| -rw-r--r-- | core/ustring.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/ustring.cpp b/core/ustring.cpp index 0d887210c..f7dcba6b1 100644 --- a/core/ustring.cpp +++ b/core/ustring.cpp @@ -3173,7 +3173,7 @@ bool String::is_valid_identifier() const { //kind of poor should be rewritten properly -String String::world_wrap(int p_chars_per_line) const { +String String::word_wrap(int p_chars_per_line) const { int from=0; int last_space=0; |
