mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-06-02 07:27:19 +08:00
Fixed build for iOS and tvOS
This commit is contained in:
@@ -259,9 +259,6 @@ void UIKit_SetWindowSize(SDL_VideoDevice *_this, SDL_Window *window)
|
|||||||
// Request failed, no worries
|
// Request failed, no worries
|
||||||
}];
|
}];
|
||||||
}
|
}
|
||||||
return true;
|
|
||||||
#else
|
|
||||||
return SDL_Unsupported();
|
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user