Permalink
Browse files
Fix BGMApp crash when BGMDriver isn't installed.
- Loading branch information...
Showing
with
1 addition
and
0 deletions.
-
+1
−0
BGMApp/BGMApp/AppDelegate.mm
|
|
@@ -106,6 +106,7 @@ - (void) applicationDidFinishLaunching:(NSNotification*)aNotification { |
|
|
audioDevices = [[BGMAudioDeviceManager alloc] initWithError:&error];
|
|
|
if (audioDevices == nil) {
|
|
|
[self showDeviceNotFoundErrorMessageAndExit:error.code];
|
|
|
+ return;
|
|
|
}
|
|
|
}
|
|
|
|
|
|
|
0 comments on commit
612e249