mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-15 02:08:00 +00:00
fix android - pc network (disables elsa atm, needs investigation since this work before)
This commit is contained in:
@@ -93,7 +93,7 @@ public class Main {
|
||||
config.useHDPI = desktopMode; // enable HiDPI on Mac OS
|
||||
|
||||
new LwjglApplication(Forge.getApp(new LwjglClipboard(), new DesktopAdapter(switchOrientationFile),
|
||||
desktopMode ? desktopModeAssetsDir : assetsDir, true), config);
|
||||
desktopMode ? desktopModeAssetsDir : assetsDir, false), config);
|
||||
}
|
||||
|
||||
private static class DesktopAdapter implements IDeviceAdapter {
|
||||
|
||||
Reference in New Issue
Block a user