diff options
| author | Daniel Weipert <git@mail.dweipert.de> | 2026-06-04 10:38:38 +0200 |
|---|---|---|
| committer | Daniel Weipert <git@mail.dweipert.de> | 2026-06-04 10:38:38 +0200 |
| commit | e403abb2a721572f53af6c0c7cdb57bc7a1acf1a (patch) | |
| tree | 849c76bd0a05f04961129f68455c599697d3764b /byte_stream.gd | |
| parent | f3d360e022fce829370c7d916abe98083b14818c (diff) | |
Diffstat (limited to 'byte_stream.gd')
| -rw-r--r-- | byte_stream.gd | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/byte_stream.gd b/byte_stream.gd index 5477422..526bf12 100644 --- a/byte_stream.gd +++ b/byte_stream.gd @@ -102,6 +102,7 @@ func get_string_from_ascii(length: int) -> String: return get_buffer(length).bytes.get_string_from_ascii() func get_string_from_ro(length: int) -> String: + return get_string_from_ascii(length) var buffer := get_buffer(length).bytes Engine.print_error_messages = false var string := buffer.get_string_from_multibyte_char("EUC-KR") |
