From 9dacb45188195cf76605c0d5615df54a761088f5 Mon Sep 17 00:00:00 2001 From: Steve Monaco <1782158+stevemonaco@users.noreply.github.com> Date: Fri, 24 May 2024 03:45:42 -0400 Subject: [PATCH] Remove required key press to exit on successful run -- toolchain compat --- AtlasMain.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/AtlasMain.cpp b/AtlasMain.cpp index 8079ffe..2e61426 100644 --- a/AtlasMain.cpp +++ b/AtlasMain.cpp @@ -50,7 +50,5 @@ int _tmain(int argc, _TCHAR* argv[]) printf("Execution time: %u msecs\n", (unsigned int)ElapsedTime); - (void)getch(); - return retcode; } \ No newline at end of file