From f8ffcf97892e0ff8c2e470801e69e6994599c8ab Mon Sep 17 00:00:00 2001 From: VoxelTek <53562267+VoxelTek@users.noreply.github.com> Date: Wed, 16 Jul 2025 10:16:58 +1000 Subject: [PATCH] Remove unnecesary break 2 Co-authored-by: Christian Semmler --- ISLE/isleapp.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/ISLE/isleapp.cpp b/ISLE/isleapp.cpp index 3799ad5b..e3de03b6 100644 --- a/ISLE/isleapp.cpp +++ b/ISLE/isleapp.cpp @@ -326,7 +326,6 @@ SDL_AppResult SDL_AppInit(void** appstate, int argc, char** argv) return SDL_APP_FAILURE; case SDL_APP_SUCCESS: return SDL_APP_SUCCESS; - break; case SDL_APP_CONTINUE: break; }