macOS: fix a typo in touch handling code.

This commit is contained in:
Alex Szpakowski 2019-08-04 23:30:55 -03:00
parent 5934a368bb
commit 84cb66b8a8

View file

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