mirror of
https://github.com/Card-Forge/forge.git
synced 2025-11-16 02:38:02 +00:00
Add support for debug logging
Tweak assets path for android
This commit is contained in:
@@ -19,6 +19,6 @@ public class Main extends AndroidApplication {
|
||||
this.setRequestedOrientation(7);
|
||||
}
|
||||
|
||||
initialize(new Forge(getClipboard()), false);
|
||||
initialize(new Forge(getClipboard(), getExternalFilesDir(null).getAbsolutePath()), false);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user