Init logger in AppDelegate
This commit is contained in:
@@ -19,6 +19,13 @@ using namespace OpenVulkano;
|
||||
|
||||
@implementation OpenVulkanoAppDelegate
|
||||
|
||||
- (id)init
|
||||
{
|
||||
[super init];
|
||||
Logger::SetupLogger();
|
||||
return self;
|
||||
}
|
||||
|
||||
- (void)applicationWillResignActive:(UIApplication *)application
|
||||
{
|
||||
AppEvents::OnWillResignActive();
|
||||
@@ -50,4 +57,4 @@ using namespace OpenVulkano;
|
||||
AppEvents::OnReceivedMemoryWarning();
|
||||
}
|
||||
|
||||
@end
|
||||
@end
|
||||
|
||||
Reference in New Issue
Block a user