Update #42 - Fixed several WebRTC bugs and other issues

This commit is contained in:
lax1dude
2024-11-16 21:47:35 -08:00
parent 4d66ca140a
commit 64ac208565
95 changed files with 1084 additions and 501 deletions

View File

@ -283,7 +283,7 @@ public class EaglerFolderResourcePack extends AbstractResourcePack {
return;
}
}
PlatformRuntime.downloadRemoteURIByteArray(url, arr -> {
PlatformRuntime.downloadRemoteURIByteArray(url, true, arr -> {
ast.accept(() -> {
if (arr == null) {
cb.accept(null);

View File

@ -517,6 +517,8 @@ public class FontMappingHelper {
return 253;
case 9632:
return 254;
case 160:
return 32; //nbsp
default:
return -1;
}