mirror of https://github.com/encounter/SDL.git
macOS: fix a typo in touch handling code.
This commit is contained in:
parent
109cbd6e8b
commit
f3683d3a09
|
@ -1190,7 +1190,7 @@ SetWindowStyle(SDL_Window * window, NSUInteger style)
|
|||
* relative coordinates via [touch locationInView:].
|
||||
*/
|
||||
if ([touch type] == NSTouchTypeDirect) {
|
||||
return;
|
||||
continue;
|
||||
}
|
||||
}
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue