mirror of
https://github.com/godotengine/godot.git
synced 2024-11-10 14:12:51 +00:00
Fix unicode invalid skip error in AssetLib
This commit is contained in:
parent
374ffbe2d2
commit
0caaaf4018
@ -590,6 +590,7 @@ PackedByteArray HTTPClientTCP::read_response_body_chunk() {
|
||||
}
|
||||
}
|
||||
if (err != OK) {
|
||||
ret.resize(_offset);
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user