diff options
| author | Juan Linietsky | 2014-12-21 12:12:59 -0300 |
|---|---|---|
| committer | Juan Linietsky | 2014-12-21 12:12:59 -0300 |
| commit | 530d717a67cc3acab10270dca700db328aa12891 (patch) | |
| tree | b5d1516f266dd53f95b2d1d47c464a15c9cff002 /core/bind/core_bind.cpp | |
| parent | 78e7777cf5ed721b4802066a769b5ecc0c530c3b (diff) | |
| download | godot-530d717a67cc3acab10270dca700db328aa12891.tar.gz godot-530d717a67cc3acab10270dca700db328aa12891.tar.zst godot-530d717a67cc3acab10270dca700db328aa12891.zip | |
Diffstat (limited to 'core/bind/core_bind.cpp')
| -rw-r--r-- | core/bind/core_bind.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/bind/core_bind.cpp b/core/bind/core_bind.cpp index cc07a4836..54fa4214a 100644 --- a/core/bind/core_bind.cpp +++ b/core/bind/core_bind.cpp @@ -1121,6 +1121,7 @@ String _File::get_as_text() const { text+=l+"\n"; l = get_line(); } + text+=l; return text; |
