author | Alex Szpakowski |
Sun, 04 Aug 2019 23:30:55 -0300 | |
changeset 12997 | 35e9649605cb |
parent 12996 | b4a7e94357f2 |
child 12998 | b87ba0fad17e |
1.1 --- a/src/video/cocoa/SDL_cocoawindow.m Sun Aug 04 16:56:40 2019 -0300 1.2 +++ b/src/video/cocoa/SDL_cocoawindow.m Sun Aug 04 23:30:55 2019 -0300 1.3 @@ -1190,7 +1190,7 @@ 1.4 * relative coordinates via [touch locationInView:]. 1.5 */ 1.6 if ([touch type] == NSTouchTypeDirect) { 1.7 - return; 1.8 + continue; 1.9 } 1.10 } 1.11 #endif