mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-06-16 11:08:54 +00:00
suported -> supported
This commit is contained in:
parent
2e58ce1132
commit
822cf5c826
1 changed files with 1 additions and 1 deletions
|
|
@ -31,7 +31,7 @@ bool SDL_SYS_OpenURL(const char *url)
|
|||
@autoreleasepool {
|
||||
|
||||
#ifdef SDL_PLATFORM_VISIONOS
|
||||
return SDL_Unsupported(); // openURL is not suported on visionOS
|
||||
return SDL_Unsupported(); // openURL is not supported on visionOS
|
||||
#else
|
||||
NSString *nsstr = [NSString stringWithUTF8String:url];
|
||||
NSURL *nsurl = [NSURL URLWithString:nsstr];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue