Init logger in AppDelegate

This commit is contained in:
2023-11-12 15:37:22 +01:00
parent 194ed03d7c
commit 0b831397b3

View File

@@ -19,6 +19,13 @@ using namespace OpenVulkano;
@implementation OpenVulkanoAppDelegate
- (id)init
{
[super init];
Logger::SetupLogger();
return self;
}
- (void)applicationWillResignActive:(UIApplication *)application
{
AppEvents::OnWillResignActive();