Daily arc lint --take CLANGFORMAT
Reviewed By: zertosh Differential Revision: D20278397 fbshipit-source-id: 2188283cd01d0d9d9d5b3995bd8d3f1fd687ad55
This commit is contained in:
committed by
Facebook Github Bot
parent
6f7a716748
commit
5c44d53739
@@ -362,7 +362,7 @@
|
||||
if (active) {
|
||||
[_tapListener mountWithFrame:[[UIScreen mainScreen] bounds]];
|
||||
__block id<NSObject> rootNode = _rootNode;
|
||||
|
||||
|
||||
[_tapListener listenForTapWithBlock:^(CGPoint touchPoint) {
|
||||
SKTouch* touch = [[SKTouch alloc]
|
||||
initWithTouchPoint:touchPoint
|
||||
|
||||
@@ -36,7 +36,7 @@
|
||||
_overlayWindow.hidden = YES;
|
||||
_overlayWindow.windowLevel = UIWindowLevelAlert;
|
||||
_overlayWindow.backgroundColor = [SKHighlightOverlay overlayColor];
|
||||
|
||||
|
||||
[_overlayWindow addGestureRecognizer:_gestureRecognizer];
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user