LibGDX Update

-Update to 1.9.13
-Add additional info on Forge.log
This commit is contained in:
Anthony Calosa
2021-01-16 10:00:27 +08:00
parent a32611528e
commit da54db1fca
12 changed files with 78 additions and 21 deletions

View File

@@ -97,7 +97,7 @@ public class Main {
ForgePreferences prefs = FModel.getPreferences();
boolean propertyConfig = prefs != null && prefs.getPrefBoolean(ForgePreferences.FPref.UI_NETPLAY_COMPAT);
new LwjglApplication(Forge.getApp(new LwjglClipboard(), new DesktopAdapter(switchOrientationFile),//todo get totalRAM && isTabletDevice
desktopMode ? desktopModeAssetsDir : assetsDir, propertyConfig, false, 0, false, 0), config);
desktopMode ? desktopModeAssetsDir : assetsDir, propertyConfig, false, 0, false, 0, "", ""), config);
}
private static class DesktopAdapter implements IDeviceAdapter {