mirror of
https://github.com/Eaglercraft-Archive/Eaglercraftx-1.8.8-src.git
synced 2025-06-27 18:38:14 -05:00
Update #42 - Fixed several WebRTC bugs and other issues
This commit is contained in:
@ -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);
|
||||
|
@ -517,6 +517,8 @@ public class FontMappingHelper {
|
||||
return 253;
|
||||
case 9632:
|
||||
return 254;
|
||||
case 160:
|
||||
return 32; //nbsp
|
||||
default:
|
||||
return -1;
|
||||
}
|
||||
|
Reference in New Issue
Block a user