fix build: s/SDL_DetectSandbox/SDL_GetSandbox/

This commit is contained in:
Ozkan Sezer 2025-03-02 19:40:02 +03:00
parent eac63b4735
commit ca3c5fd409
1 changed files with 1 additions and 1 deletions

View File

@ -699,7 +699,7 @@ int SDL_DBus_CameraPortalRequestAccess(void)
DBusMessage *reply, *msg; DBusMessage *reply, *msg;
int fd; int fd;
if (SDL_DetectSandbox() == SDL_SANDBOX_NONE) { if (SDL_GetSandbox() == SDL_SANDBOX_NONE) {
return -2; return -2;
} }