macOS: fix a typo in touch handling code.
This commit is contained in:
parent
5934a368bb
commit
84cb66b8a8
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue