mirror of
https://github.com/Relintai/sdl2_frt.git
synced 2024-12-16 11:06:49 +01:00
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
Block a user