Remove unnecesary break

Co-authored-by: Christian Semmler <mail@csemmler.com>
This commit is contained in:
VoxelTek 2025-07-16 10:16:40 +10:00 committed by GitHub
parent 575234ed92
commit 77758b4431
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -324,7 +324,6 @@ SDL_AppResult SDL_AppInit(void** appstate, int argc, char** argv)
window
);
return SDL_APP_FAILURE;
break;
case SDL_APP_SUCCESS:
return SDL_APP_SUCCESS;
break;