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:].
|
* relative coordinates via [touch locationInView:].
|
||||||
*/
|
*/
|
||||||
if ([touch type] == NSTouchTypeDirect) {
|
if ([touch type] == NSTouchTypeDirect) {
|
||||||
return;
|
continue;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue