mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-04-19 14:01:01 +00:00
uikit: Patched to compile.
This commit is contained in:
@@ -69,7 +69,7 @@ static SDL_VideoDevice *UIKit_CreateDevice(void)
|
||||
device = (SDL_VideoDevice *)SDL_calloc(1, sizeof(SDL_VideoDevice));
|
||||
if (!device) {
|
||||
return NULL;
|
||||
]
|
||||
}
|
||||
|
||||
data = [SDL_UIKitVideoData new];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user