mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-02-13 23:33:13 +00:00
suported -> supported
This commit is contained in:
@@ -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];
|
||||
|
||||
Reference in New Issue
Block a user