Load logger in iOS

This commit is contained in:
Anuken
2023-05-19 12:29:53 -04:00
parent 4a53a80b21
commit 1f85d0d24f
3 changed files with 4 additions and 7 deletions

View File

@@ -40,6 +40,8 @@ public class IOSLauncher extends IOSApplication.Delegate{
Scl.setAddition(-0.5f);
}
Vars.loadFileLogger();
return new IOSApplication(new ClientLauncher(){
@Override