Navigation Menu

Skip to content

Commit

Permalink
macOS: fix a typo in touch handling code.
Browse files Browse the repository at this point in the history
  • Loading branch information
slime73 committed Aug 5, 2019
1 parent 109cbd6 commit f3683d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/video/cocoa/SDL_cocoawindow.m
Expand Up @@ -1190,7 +1190,7 @@ - (void)handleTouches:(NSTouchPhase) phase withEvent:(NSEvent *) theEvent
* relative coordinates via [touch locationInView:].
*/
if ([touch type] == NSTouchTypeDirect) {
return;
continue;
}
}
#endif
Expand Down

0 comments on commit f3683d3

Please sign in to comment.