You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-12-04 17:04:49 +00:00
Use append_ instead of parse_ for String methods.
This commit is contained in:
@@ -771,7 +771,7 @@ Error ProjectSettings::_load_settings_binary(const String &p_path) {
|
||||
cs[slen] = 0;
|
||||
f->get_buffer((uint8_t *)cs.ptr(), slen);
|
||||
String key;
|
||||
key.parse_utf8(cs.ptr(), slen);
|
||||
key.append_utf8(cs.ptr(), slen);
|
||||
|
||||
uint32_t vlen = f->get_32();
|
||||
Vector<uint8_t> d;
|
||||
|
||||
Reference in New Issue
Block a user