1
0
mirror of https://github.com/godotengine/godot.git synced 2026-01-06 19:41:11 +00:00

Fix unicode invalid skip error in AssetLib

This commit is contained in:
Haoyu Qiu
2021-07-11 12:14:08 +08:00
parent 374ffbe2d2
commit 0caaaf4018

View File

@@ -590,6 +590,7 @@ PackedByteArray HTTPClientTCP::read_response_body_chunk() {
}
}
if (err != OK) {
ret.resize(_offset);
break;
}
}