uikit: Patched to compile.

This commit is contained in:
Ryan C. Gordon
2023-11-30 00:27:17 -05:00
parent 447b508a77
commit f184dea16c

View File

@@ -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];