Remove exception variable setter
Remove SceneKit crash variable setting exception handler from NSApplication delegate.
This commit is contained in:
parent
385335b37c
commit
b0ec7c557c
1 changed files with 0 additions and 5 deletions
|
@ -20,11 +20,6 @@
|
||||||
AppController *_appController;
|
AppController *_appController;
|
||||||
}
|
}
|
||||||
|
|
||||||
- (void)reportException:(NSException *)exception {
|
|
||||||
[[NSUserDefaults standardUserDefaults] setBool:YES forKey:@"sceneKitCrashed"];
|
|
||||||
[super reportException:exception];
|
|
||||||
}
|
|
||||||
|
|
||||||
- (void)finishLaunching {
|
- (void)finishLaunching {
|
||||||
[super finishLaunching];
|
[super finishLaunching];
|
||||||
_appController = (AppController *)[self delegate];
|
_appController = (AppController *)[self delegate];
|
||||||
|
|
Loading…
Reference in a new issue