mirror of
https://github.com/godotengine/godot.git
synced 2026-01-03 18:11:19 +03:00
Fix unicode invalid skip error in AssetLib
(cherry picked from commit 0caaaf4018)
This commit is contained in:
committed by
Rémi Verschelde
parent
5a54cdf4fd
commit
9184f58dc7
@@ -662,6 +662,7 @@ PoolByteArray HTTPClient::read_response_body_chunk() {
|
||||
}
|
||||
}
|
||||
if (err != OK) {
|
||||
ret.resize(_offset);
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user