From 2cec53ab6bbba66680106394de8abd1cdfb5614f Mon Sep 17 00:00:00 2001 From: Cameron Gutman Date: Sat, 2 Jun 2018 01:38:52 -0700 Subject: [PATCH] Fix typo in analog stick deadzone area --- Limelight/Input/OnScreenControls.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Limelight/Input/OnScreenControls.m b/Limelight/Input/OnScreenControls.m index 452cef43..28b531d3 100644 --- a/Limelight/Input/OnScreenControls.m +++ b/Limelight/Input/OnScreenControls.m @@ -951,7 +951,7 @@ static float L3_Y; || [self isDeadZone:touch startX:_rightStickBackground.frame.origin.x - 15 startY:_rightStickBackground.frame.origin.y - 15 - endX:_rightStickBackground.frame.origin.y + _rightStickBackground.frame.size.width + 15 + endX:_rightStickBackground.frame.origin.x + _rightStickBackground.frame.size.width + 15 endY:_view.frame.origin.y + _view.frame.size.height]; }