macOS: fix a typo in touch handling code.

This commit is contained in:
Alex Szpakowski 2019-08-04 23:30:55 -03:00
parent 109cbd6e8b
commit f3683d3a09
1 changed files with 1 additions and 1 deletions

View File

@ -1190,7 +1190,7 @@ SetWindowStyle(SDL_Window * window, NSUInteger style)
* relative coordinates via [touch locationInView:].
*/
if ([touch type] == NSTouchTypeDirect) {
return;
continue;
}
}
#endif